接口信息与对接教程

将微信授权链接中的域名替换为本站回调地址即可。


对接方式

将原来的:

https://open.weixin.qq.com/connect/oauth2/authorize?appid=APPID&redirect_uri=REDIRECT_URI&response_type=code&scope=SCOPE&state=STATE#wechat_redirect

替换为:

https://gzh.ggho88.com/api?appid=APPID&redirect_uri=REDIRECT_URI&response_type=code&scope=SCOPE&state=STATE#wechat_redirect

请确保业务域名已在本站购买授权,且未过期、未被封禁。客户站也可调用 /api.php?act=apiSearchUrl&url=域名,返回 code=200 表示已授权。