小程序
小游戏
企业微信
微信支付
扫描小程序码分享
您好,我们参考了公众号开发指南中对授权的描述,用户第一步用户授权获取code中,scope为snsapi_base
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
scope为snsapi_userinfo
https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxf0e81c3bee622d60&redirect_uri=http%3A%2F%2Fnba.bluewebgame.com%2Foauth_response.php&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect
这两种URL里的参数APPID调用方怎么获得?是行方发起调用的吗?这个URL请求之后会返回什么?
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
不是调用。也没有请求返回。
这不是接口,而是个链接 ,是window.location.href = https://open.weixin.qq.com/connect/oauth2/authorize?xxxxxxx
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
是调用方调用这个URL?请求返回什么呢?
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
不是调用。也没有请求返回。
这不是接口,而是个链接 ,是window.location.href = https://open.weixin.qq.com/connect/oauth2/authorize?xxxxxxx
是调用方调用这个URL?请求返回什么呢?