不同平台的授权数据号网页链接不同,以下为你列举部分:
- 腾讯问卷授权链接: https://example.com/open/connect/oauth2/authorize?appid={APPID}&redirect_uri={REDIRECT_URI}&response_type=code&scope=snsapi_user&state={STATE}#wj_redirect ,使用时需替换 {APPID} 等参数为实际值。
- vivo商业开放平台授权链接: https://open-ad.vivo.com.cn/OAuth?clientId={您的client_id}&state={开发者标识}&redirectUri={您的redirectUri} ,需将 {您的client_id} 等替换为对应内容。
- 微信网页授权链接: https://open.weixin.qq.com/connect/oauth2/authorize?appid=APPID&redirect_uri=REDIRECT_URI&response_type=code&scope=SCOPE&state=STATE#wechat_redirect ,需根据实际情况填写 APPID 等参数。