微信小程序报错wx.getLocation need to be declared in the requiredPrivateInfos field in app.json

wx.getLocation need to be declared in the requiredPrivateInfos field in app.json/ext.json(env: Windows,mp,1.06.2301160; lib: 2.30.3)

自 2022 年 7 月 14 日后发布的小程序,使用以下8个地理位置相关接口时,需要声明该字段,否则将无法正常使用。

文件app.json

微信小程序报错wx.getLocation need to be declared in the requiredPrivateInfos field in app.json_第1张图片

 

全局配置 | 微信开放文档微信开发者平台文档https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/app.html#requiredPrivateInfos

微信小程序报错wx.getLocation need to be declared in the requiredPrivateInfos field in app.json_第2张图片

文件manifest.json 

uniapp设置requiredPrivateInfos

微信小程序报错wx.getLocation need to be declared in the requiredPrivateInfos field in app.json_第3张图片

如下设置 

 微信小程序报错wx.getLocation need to be declared in the requiredPrivateInfos field in app.json_第4张图片

在mp-weixin 里设置就可以了

最后记得在小程序后台去开通一下需要的地理位置接口,要不然正式环境不让上线哦。开通理由正常填写就是了,一般不会驳回。

我目前只用到一个,所以开通对应的就行了

微信小程序报错wx.getLocation need to be declared in the requiredPrivateInfos field in app.json_第5张图片

你可能感兴趣的:(微信生态开发,微信小程序,小程序)