微信公众号授权
2021-07-12 11:25:38 1 举报
微信公众号授权
作者其他创作
大纲/内容
前端接口
调起润典返回的url
通过code换取网页授权access_token
1、拿到code2、获取openID和AccessToken3、拼装数据
微信
润典
获取拼接的授权code的url
现阶段润典接口授权
获取code
https://api.weixin.qq.com/sns/userinfo?access_token=ACCESS_TOKEN&openid=OPENID&lang=zh_CN
https://api.weixin.qq.com/sns/oauth2/access_token?appid=APPID&secret=SECRET&code=CODE&grant_type=authorization_code
获取用户信息
微信公众号授权
identifyKey=MY3KS63FTB25 //功夫集团的应用身份标识redirect_uri=$url //跳转回应用页面的地址scope=$scope //授权模式
润典把请求重定向到redirectUrl。把数据返回到该页面上
https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx520c15f417810387&redirect_uri=https%3A%2F%2Fchong.qq.com%2Fphp%2Findex.php%3Fd%3D%26c%3DwxAdapter%26m%3DmobileDeal%26showwxpaytitle%3D1%26vb2ctag%3D4_2030_5_1194_60&response_type=code&scope=snsapi_base&state=123#wechat_redirect
0 条评论
下一页