获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
我在官方文档-小程序-云开发 的 【公众号使用云开发 / 极简示例 / HTML】示例中也碰到了这个问题。 顺便说下,我的网页没有部署在云开发的静态网中中,是自己托管的域名跟文件。(已在公众号中配置了回调域名与js安全域名) https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/web/minimal-example/html.html
公众号网页云开发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 // 如何解决?
2021-01-22