网页授权回调域名已经设置,可还是提示10003错误,麻烦帮忙看下?
发布于 6 年前 作者 xiulan76 3559 次浏览 来自 问答

我在uniCloud上开发,发布成H5,hash模式。托管在腾讯云服务器上。配置了自定义域名:xiaocaihu-system.yuzhiculture.com

页面通过 https://xiaocaihu-system.yuzhiculture.com就能访问。

我在测试公众号上登陆没问题,但是切换到认证的服务号后一直提示10003错误。基础配置已经配好了。

我的网页授权回调域名设置如下:

我是在前端页面请求的,页面再获取code,调用后台,在后台获取微信登陆信息的,后面的都没问题。主要是现在还没到获取code的时候,就报错了。

登录按钮逻辑如下:

this.confirm()是我后面添加的,用来弹窗看一下URL方便调试。

上述中callback地址为当前页面地址:

https://xiaocaihu-system.yuzhiculture.com/#/pages/modules/uccenter/phoneLogin/phoneLogin

拼接后的url如下:

https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx7c882567d926f5cc&redirect_uri=https%3A%2F%2Fxiaocaihu-system.yuzhiculture.com%2F%23%2Fpages%2Fmodules%2Fuccenter%2FbindWX%2FbindWX&response_type=code&scope=snsapi_userinfo&state=admin&connect_redirect=1#wechat_redirect

请问什么原因呢?

1 回复

只配置域名,/login-callback-txt去掉

回到顶部