- Storage:fail exceed storage item max length?
真机调试的时候报错APP-SERVICE-SDK:setStorageSync:fail exceed storage item max length 但实际数据只有1.83kb 这是怎么回事[图片]
2023-12-07 - redirect_uri域名与后台配置不一致,错误码10003?
[图片] 开发工具里面给的提示是:[图片] 手机给的提示是:[图片] 网页授权域名:[图片] const redirect_url = encodeURIComponent(`${location.origin}/h5/#/login/wxLogin`) location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx7d9bf757550dbdfe&redirect_uri=${redirect_url}&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect` 微信开发者工具copy的路径变成了https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx7d9bf757550dbdfe&redirect_uri=https%3A%2F%2Ffljgh.thecityos.com%2Fh5%2F%23%2Flogin%2FwxLogin&response_type=code&scope=snsapi_userinfo&state=STATE&uin=MzQ5ODA2MTM1OA%3D%3D&key=3345b96534b6d5a1d38b18e3fb3869b5cc0aa12b79145dc563f073f5ce4d31985e111408c6dd7276888d3a2ad65bf89b&pass_ticket=wORzP/UuWkidFXFKSOCK7LAQzHjC/FPDXajV8j1jfzV10/ifWWMRurbdsJ7xY81c8n5p7BVOw5Hy+4ZwIfLac2gj6UZe8qj2MCQc8NGbi1A= 有没有大佬帮忙解答一下
2023-10-11 - 获取token失败 status是0 这是为啥?
[图片] https://api.weixin.qq.com/cgi-bin/token
2023-10-08 - 订阅号怎么进行网页授权,获取用户信息?
现在我们需要在微信订阅号中跳转h5链接,目前是进行授权登录的时候提示登陆失败 redirect_uri域名与后台配置不一致 10003 const url = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=${appid}&redirect_uri=${redirectUrl}&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect` location.href = url; 还有一点让我比较好奇为什么有的订阅号可以获取授权有的就不行 不是说只有服务号才可以吗
2023-10-08