开发管理->接口设置中 都已经开通了,但是 https://api.weixin.qq.com/wxa/security/get_privacy_interface 这个查询权限接口返回结果仍然是申请失败,重新申请之后,就一直是申请中,等过段时间再看的话,还是申请失败。这种情况怎么处理呢?
返回结果:Array( [errcode] => 0 [errmsg] => ok [interface_list] => Array ( [0] => Array ( [api_name] => wx.onLocationChange [api_ch_name] => 监听实时地理位置变化事 件 [api_desc] => 监听实时地理位置变化事件。当用户离开小程序后,此接口无法调用。 [status] => 1 [api_link] => https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.onLocationChange.html [group_name] => 地理位置 ) [1] => Array ( [api_name] => wx.chooseLocation [api_ch_name] => 打开地图选择位置 [api_desc] => 打开地图选择位置。 [status] => 5 [audit_id] => 489421749 [fail_reason] => [api_link] => https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.chooseLocation.html [group_name] => 地理位置 ) [2] => Array ( [api_name] => wx.chooseAddress [api_ch_name] => 获取用户收货地址 [api_desc] => 调起用户编辑收货地址原生界面,并在编辑完成后返回用户 选择的地址。 [status] => 5 [audit_id] => 489421750 [fail_reason] => [api_link] => https://developers.weixin.qq.com/miniprogram/dev/api/open-api/address/wx.chooseAddress.html [group_name] => 地理位置 ) [3] => Array ( [api_name] => wx.choosePoi [api_ch_name] => 选择位置,支持模糊定位(精确到市)和精确定位混选 [api_desc] => 选择位置,支持模糊定位和精确定位混选 [status] => 1 [api_link] => https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.choosePoi.html [group_name] => 地理位置 ) [4] => Array ( [api_name] => wx.getLocation [api_ch_name] => 获取当前的地理位置、速度 [api_desc] => 获取当前的地理位置、速度。当用户离开小程序后,此接口无法调用。 [status] => 3 [audit_id] => 489422928 [fail_reason] => [api_link] => https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.getLocation.html [group_name] => 地理位置 ) ))
appid:wx4cc6e4f904c76f81
你好,建议在提交接口审核时详细描述下申请接口使用场景,并提供小程序内申请接口相关截图或录屏辅助审核,以便快速通过审核。
只通过了部分功能,我看你的查询结果是正常的呀,status 为5 不就是已通过审核吗