小程序
小游戏
企业微信
微信支付
扫描小程序码分享
小程序是企业小程序,我理解应该和公众号没关系的,不应该提示这个呀
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好,麻烦提供下APPID和完整的请求包
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
const weChat = {
appid: 'wx4ebbc0999ad05c62',
redirect_uri: encodeURIComponent(window.location.href),
}
<a href={`https://open.weixin.qq.com/connect/oauth2/authorize?appid=${weChat.appid}&redirect_uri=${weChat.redirect_uri}&response_type=code&scope=snsapi_base&state=123#wechat_redirect`}>网页授权获取token</a>
小程序里用公众号授权,需要的是公众号的权限,和小程序无关
webView是内嵌网页,获取授权也是使用的公众号授权方式
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你好,麻烦提供下APPID和完整的请求包
const weChat = {
appid: 'wx4ebbc0999ad05c62',
redirect_uri: encodeURIComponent(window.location.href),
}
<a href={`https://open.weixin.qq.com/connect/oauth2/authorize?appid=${weChat.appid}&redirect_uri=${weChat.redirect_uri}&response_type=code&scope=snsapi_base&state=123#wechat_redirect`}>网页授权获取token</a>
appid: 'wx4ebbc0999ad05c62',
redirect_uri: encodeURIComponent(window.location.href),
}
<a href={`https://open.weixin.qq.com/connect/oauth2/authorize?appid=${weChat.appid}&redirect_uri=${weChat.redirect_uri}&response_type=code&scope=snsapi_base&state=123#wechat_redirect`}>网页授权获取token</a>
小程序里用公众号授权,需要的是公众号的权限,和小程序无关
webView是内嵌网页,获取授权也是使用的公众号授权方式