通过getCodePrivacyInfo接口获取检测结果,without_conf_list没有,但是without_auth_list 有怎么回事,
https://api.weixin.qq.com/wxa/security/get_code_privacy_info?access_token=
返回 {"errcode":0,"errmsg":"ok","without_auth_list":["wx.chooseLocation","wx.getLocation"],"without_conf_list":[]}
上传代码已经加上 "requiredPrivateInfos":["chooseLocation"," getLocation"]}了
之前是"without_conf_list":["wx.chooseLocation","wx.getLocation"]而auth没有, 后来上传代码加上requiredPrivateInfos就好了,今天又出现without_auth_list有值
直接提审返回:提交审核失败: 61040 ext.json配置的隐私接口chooseLocation/getLocation无权限,请申请权限后再提交审核。 rid: 62ec8868-56b790ca-21e9c947
你好,请开发者参考https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/product/apply_privacy_api.html#_61040排查