对接接口信息
对接教程
微信多域名回调功能使用方法:
将业务代码中的https://open.weixin.qq.com/connect/oauth2/authorize
替换成https://open.ichuangyan.com/api
支持微信公众号登录的回调,替换后的地址如下所示。
微信公众号网页授权跳转链接:
https://open.ichuangyan.com/api?appid=APPID&redirect_uri=REDIRECT_URI&response_type=code&scope=SCOPE&state=STATE#wechat_redirect
https://open.ichuangyan.com/api?appid=APPID&redirect_uri=REDIRECT_URI&response_type=code&scope=SCOPE&state=STATE#wechat_redirect
注意:请确保您的AppId和AppSecret正确配置,以保证接口正常工作。