小程序
小游戏
企业微信
微信支付
扫描小程序码分享
用这个(applyPrivacyInterface)接口设置之后,查询(getPrivacyInterface)发现全是无权限,并没有处于申请中
重新发起提示
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好,请将调用查询接口的请求包(包括token)、回包提供完整https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/privacy-api-management/applyPrivacyInterface.html
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
你找第三方帮你看一下
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你好,请将调用查询接口的请求包(包括token)、回包提供完整https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/privacy-api-management/applyPrivacyInterface.html
"errcode": 0,
"errmsg": "ok",
"interface_list": [
{
"api_name": "wx.choosePoi",
"api_ch_name": "wx.choosePoi",
"api_desc": "打开 POI 列表选择位置",
"status": 2,
"fail_reason": "声明了不采集隐私协议",
"api_link": "https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.choosePoi.html",
"group_name": "地理位置"
},
{
"api_name": "wx.getFuzzyLocation",
"api_ch_name": "wx.getFuzzyLocation",
"api_desc": "获取当前的模糊地理位置",
"status": 1,
"api_link": "https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.getFuzzyLocation.html",
"group_name": "地理位置"
},
{
"api_name": "wx.getLocation",
"api_ch_name": "wx.getLocation",
"api_desc": "获取当前的地理位置、速度",
"status": 2,
"fail_reason": "声明了不采集隐私协议",
"api_link": "https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.getLocation.html ",
"group_name": "地理位置"
},
{
"api_name": "wx.startLocationUpdateBackground",
"api_ch_name": "wx.startLocationUpdateBackground",
"api_desc": "开启小程序进入前后台时均接收位置消息",
"status": 2,
"fail_reason": "声明了不采集隐私协议",
"api_link": "https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.startLocationUpdateBackground.html",
"group_name": "地理位置"
},
{
"api_name": "wx.chooseLocation",
"api_ch_name": "wx.chooseLocation",
"api_desc": "打开地图选择位置",
"status": 2,
"fail_reason": "声明了不采集隐私协议",
"api_link": "https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.chooseLocation.html",
"group_name": "地理位置"
},
{
"api_name": "wx.chooseAddress",
"api_ch_name": "wx.chooseAddress",
"api_desc": "获取用户收货地址",
"status": 2,
"fail_reason": "声明了不采集隐私协议",
"api_link": "https://developers.weixin.qq.com/miniprogram/dev/api/open-api/address/wx.chooseAddress.html",
"group_name": "地理位置"
},
{
"api_name": "wx.startLocationUpdate",
"api_ch_name": "wx.startLocationUpdate",
"api_desc": "开启小程序进入前台时接收位置消息",
"status": 2,
"fail_reason": "声明了不采集隐私协议",
"api_link": "https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.startLocationUpdate.html",
"group_name": "地理位置"
},
{
"api_name": "wx.onLocationChange",
"api_ch_name": "wx.onLocationChange",
"api_desc": "监听实时地理位置变化事件",
"status": 2,
"fail_reason": "声明了不采集隐私协议",
"api_link": "https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.onLocationChange.html",
"group_name": "地理位置"
}
]
}
"api_name": "wx.chooseLocation",
"content": "该小程序属于婚庆服务,上门服务作业等线下场景需要使用用户的地理位置信息",
"pic_list": [
"https://weddingbo-1256393015.cos.ap-chengdu.myqcloud.com/10215/case/Image/2022-6-1/19c9c37f-a45c-3560-adc1-d1f05f1d2456_new.png",
"https://weddingbo-1256393015.cos.ap-chengdu.myqcloud.com/1/case/Image/2022-5-30/4955b1c0-9919-459e-1ac4-45fe66a0b52a_new.png"
],
"video_list": [
"https://weddingbo-1256393015.cos.ap-chengdu.myqcloud.com/10215/case/Image/2022-6-9/5d1b9ff3-57d4-8298-a0dd-567ae09e16e0.mp4"
],
"url_list": []
}
{
"errcode": 61035,
"errmsg": "the api not need apply, hint: [4063ecfb-4a10-4bed-aca6-af76aff1c1dd] rid: 64bf752b-74b538d4-33493100"
}
你找第三方帮你看一下