https://developers.weixin.qq.com/community/develop/doc/00042e3ef54940ce8520e38db61801
getUserProfile:fail api scope is not declared ...?有部分手机提示调用getUserProfile时会报错,而我的手机不出错,求解 [图片] handleSubmit()}>微信一键登录 const handleSubmit=()=>{ console.log('进入~~~~~~'); if(pending){ return; } setPending(true); Taro.getUserProfile({ desc: '获取用户信息', success: async res => { // dosomethings }, fail:(e)=>{ console.log(e); // getUserProfile:fail api scope is not declared in the privacy agreement setPending(false); }, }); };
2023-08-15https://developers.weixin.qq.com/community/develop/doc/00042e3ef54940ce8520e38db61801
手机号预览,获取手机号:getPhoneNumber:fail privacy permission使用微信开发者工具的预览功能,调用获取手机号接口时报错:getPhoneNumber:fail privacy permission is not authorized errno:104。
2023-08-15https://developers.weixin.qq.com/community/develop/doc/00042e3ef54940ce8520e38db61801
getPhoneNumber作用域没有在隐私协议中声明?getPhoneNumber:fail api scope is not declared in the privacy agreement,errno:112
2023-08-15+1 搞了半天,看不出究竟代码哪里有问题
个别微信账号打开体验版小程序 104是怎么回事?用自己的账号打开小程序体验版 错误代码 104 getUserInfo: fail privacy permission is not authorized 用其他人的打开体验版不报错 是怎么回事 重启过了没用
2023-08-15我也是,今天才发现的
chooseMedia和chooseImage特定手机都失败?报错信息:chooseMedia:fail privacy permission is not authroized 我的手机测试突然之间一直报这个错,之前都是好的。试了其他机型也都是正常的。 微信最新版 机型:nova10
2023-08-15我试了,当accesstoken无效的时候就会这样。而且官方文档写的是失败是会返回 errcode 40001。但是实际上即便access无效也会返回二进制代码。。。反倒是返回数据的头里面有一个 LogicRet为40001.
调用无限制生成小程序码的接口,code为200,但是生成失败(长度只有118)?接口:wxacode.getUnlimited首先 参数如下: {"check_path":false,"is_hyaline":false,"width":430,"page":"pages/staffEntry/index","scene":"254","env_version":"develop"} URL: https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token=tokenXXXXXXXXXXX 结果如下, 也没有错误提示,不知道到底是哪出问题了。 [图片]
2023-08-01