小程序已经通过接口wx.getLocation权限,在ext.json中配置了 权限使用{"ext":{...},"extAppid":"wxdb013ced7764e504","requiredPrivateInfos":["getLocation"],"directCommit":false,"window":{"navigationBarTitleText":"时浩领汉"},"extEnable":true} ,但是提交时报错: 61040-代码中含有ext.json未配置隐私接口wx.getLocation,请配置并申请权限或者承诺不使用这些接口(设置参数privacy_api_not_use为true)后再提交审核。 rid: 62d51e90-645e36a2-4eccb4eb, 你们现在检测通过也不给通知,还需要人为去查....极其耗费人力,请问为什么配置了送审还是会报错
OK
1、你提交代码的时候,并未配置requiredPrivateInfos。这是你本次的请求参数:
2、详细的使用注意事项可以查看接口文档说明https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/code-management/commit.html
所以在ext.json中配置了使用{"ext":{...},"extAppid":"wxdb013ced7764e504","requiredPrivateInfos":["getLocation"],"directCommit":false,"window":{"navigationBarTitleText":"时浩领汉"},"extEnable":true} 不可以??
要在app.json里声明才可以么?