请问解决了吗 同样的问题 appid是写死的公众号的appid
IOS wx.getlocation 报错 invalid appid, 安卓正常微信公众号H5开发,调用获取位置信息 安卓正常返回,ios报错 invalid appid 不知道怎么解决了。
2023-09-27我擦 一模一样的情况, 大佬解决了没呀?
2023-09-13[图片] 同样出现负数, 在uniapp项目中打包为ios项目运行出现
wx.getlocation 获取位置为负数?调用获取定位方法wx.getlocation()拿到的结果为lng":-1017.291235,"lat":-1059.628755;时间:2022-04-29 11:40:33,仅出现一次,不能复现。 机型:系统版本:Android 11;机型:remmi;微信版本:8.0.20;网络:4G getLocation() { let _this = this; wx.getLocation({ type: 'gcj02', success(res) { console.log(res) _this.setData({ lat: res.latitude, lng: res.longitude }) _this.getUssStore(); }, fail(res) { console.log(res) _this.getUssStore(); } }) }
2022-12-30[图片] [图片] [图片] 告诉我怎么解决怎么解决
[getFuzzyLocation] is not authorized[图片] APPID wxf9a1d6fdfc93bee9 已按照官方配置 且 接口申请已经通过 上传报错 并且无法真机调试 [图片] "requiredPrivateInfos": [ "getFuzzyLocation" ], "permission": { "scope.userFuzzyLocation": { "desc": "用户获取当前所在城市" } },
2022-12-27解决了没啊 一天天的
开发者工具报错[getFuzzyLocation] is not authorized如何解决?[图片] 根据最新的《地理位置接口新增与相关流程调整》 https://developers.weixin.qq.com/community/develop/doc/000a02f2c5026891650e7f40351c01 小程序后台管理已开通模糊位置权限 在app.json中添加上配置后 "requiredPrivateInfos":[ "getFuzzyLocation" ], 上传代码(上传、真机调试、预览)时就会报错误信息 message:Error: 系统错误,错误码:-80424,error: [getFuzzyLocation] is not authorized [20220811 17:11:14][wx31f131ca9a32d2d6] appid: wx31f131ca9a32d2d6 openid: o6zAJs7xCkoGZHUiZqNjKdY0IajU ideVersion: 1.06.2208010 osType: darwin-arm64 time: 2022-08-11 17:11:20
2022-12-27楼主,问题得到解决了吗?
wx.scanCode 连续扫码 调用不了摄像头https://developers.weixin.qq.com/s/Ij0RJim97pCQ scanbar方法会循环调用方法本身 手动点击Scan触发的scanbar方法可以正常扫码,到循环调用方法本身 that.ScanBar(); (如图1)弹出的扫码会停在图2,黑屏,获取不了摄像头 [图片][图片]
2022-12-13