Updated on 2025-11-13 GMT+08:00

Calling Back Data After QR Code Authorization Is Complete

Function

This interface is invoked to call back data on WeChat after a user scans the WeChat QR code and clicks Authorize for authorization.

Usage Description

This interface is implemented in the system and is invoked only by WeChat. You do not need to configure it separately.

Interface Authentication

For details, see https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Before_Develop/creat_token.html.

Interface Prototype

Table 1 Interface prototype description

Method

POST

URL

https://{IP address}:{Port number}/social/with/wechat/wechatAuthCallBack

{IP address}:{Port number} indicates the IP address and port number of the NSLB exposed externally.

Request Parameters

For details, see https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Before_Develop/Authorization_Process_Technical_Description.html.

Response Parameters

For details, see https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Before_Develop/Authorization_Process_Technical_Description.html.

Example

For details, see https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Before_Develop/Authorization_Process_Technical_Description.html.