收藏
回答

公众号网页云开发cloud.startLogin授权异常,如何解决?

cloud.startLogin({
            provider: 'OfficialAccount',
            appid: Info.appid,
            scope: Info.scope,
            redirectUri: 'https://a.b.c',
  })
// 发现授权后跳转到了 `https://a.b.c/__wx__/oauth?redirect_uri=escape(https://a.b.c)&code=xxxxx&state=` 这样的一个地址。无法授权成功。
// 文档地址: https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-sdk-api/web/Cloud.startLogin.html
// 如何解决?
回答关注问题邀请回答
收藏

5 个回答

登录 后发表内容
问题标签