在app.json中配置了
"requiredPrivateInfos": [
"getFuzzyLocation",
"choosePoi",
"chooseAddress"
],
之后 ,真机调试跟预览都弹出
message:Error: 系统错误,错误码:-80424,error: [getFuzzyLocation] is not authorized [20220720 14:03:36][wxe9adbaf8e7131a17]
appid: wxe9adbaf8e7131a17
openid: o6zAJs8u3VEP4hcQs6Uoyf34Cg2M
ideVersion: 1.06.2205231
osType: win32-x64
time: 2022-07-20 14:03:38
这个错误,是为什么 ,项目中有使用到wx.getLocation() 这个方法
小程序后台管理“功能/开发管理/接口设置/获取当前的模糊地理位置” 去开通
getLocation 使用这方法,得去后台申请才行,然后在requiredPrivateInfos中配置才行
我也是这个问题,谁有解决办法,我配置了
这个模糊申请,得后台申请接口之后,才能用吗?
非常需要您的答案