公众号网页云开发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
// 如何解决?