
PHP WeChat scans the code to pay attention to the public account and authorize login. Although PHP WeChat scanning code login may seem simple, actual development may take a lot of time.
Overview of source code functions:
Step 1: Get a ticket that focuses on the QR code, and pass the primary key id of the QR code qrcode table.
Step 2: The WeChat server receives data, including user login information.
Step 3: Check every 2 seconds whether the user has paid attention to the Weixin Official Accounts, then use WeChat's openid and access_token to obtain user information and save the information in the table. If you cannot obtain data, you need to ensure that cURL is turned on, check the firewall settings, and enable the whitelist setting of the WeChat server IP.
Update log:
Fixed bugs caused by server configuration.
Solve the problem of not being able to obtain user information when paying attention for the first time (due to changes in WeChat interface).
Add debugging error information, such as cURL not turned on, or SSL Certificates errors occurred when accessing Tencent https.
Cancel Tencent's remote cURL verification of https.
This source code provides a method to realize PHP WeChat scanning to pay attention to public accounts and authorized login. It also includes repair and debugging functions to ensure stable operation.
Comments0