解释?这就是解释! [图片]
体验版忽然不能用了请官方给个解释吧[图片][图片] 获取定位、上传图片的都不能使用了,能说一下隐私授权的弹框具体怎么用吗?那几个api具体要调用哪一个呢?啥也说不清楚就不让用了吗? 真是服了,无语死。你那个文档你能看懂吗?
2023-08-16[图片]
所有小程序开发版和体验版获取定位getLocation突然都报错,是获取定位挂了吗?试了所有小程序,开发版和体验版都报错:{"errMsg":"getLocation:fail privacy permission is not authorized","errno":104},报错前几分钟还是好的
2023-08-16我**************************
升级微信版本8.0.40 之后获地理位置失败 getLocation:fail ?升级微信版本8.0.40 之后 小程序获取获地理位置失败 getLocation:fail privacy permission is not authorized async function getLocation(parames = {}, isRefresh = false) { let locationResult = await wx.getLocation(parames).catch((err) => ({ err: 'err', ...err })) if (locationResult.err === 'err') { if (locationResult.errMsg == 'getLocation:fail:auth denied' || locationResult.errMsg == 'getLocation:fail auth deny' || locationResult.errMsg == 'getLocation:fail authorize no response') { openSettingForLocation(parames).then(()=>{ return Promise.resolve(locationResult) }).catch(()=>{ return Promise.reject(locationResult) }) } else { wx.showModal({ title: '提示', content: '获取地理位置失败', icon: 'error', showCancel: false, }) return Promise.reject(locationResult) } } } {"err":"err","errMsg":"getLocation:fail privacy permission is not authorized","errno":104}
2023-08-16