收藏
回答

第三方授权小程序,在提交审核的时候提示未配置隐私接口?

代码中含有ext.json未配置隐私接口wx.chooseLocation/wx.getLocation,请配置并申请权限或者承诺不使用这些接口(设置参数privacy_api_not_use为true)后再提交审核。 rid: 62d55431-1adc7ac8-6b03e201

我用get_privacy_interface查了,这些接口都是开通状态

[errcode] => 0

    [errmsg] => ok

    [interface_list] => Array

        (

            [0] => Array

                (

                    [api_name] => wx.getLocation

                    [api_ch_name] => 获取当前的地理位置、速度 

                    [api_desc] => 接口:wx.getLocation

                    [status] => 5

                    [api_link] => https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.getLocation.html 

                    [group_name] => 地理位置

                )


            [1] => Array

                (

                    [api_name] => wx.getFuzzyLocation

                    [api_ch_name] => 获取当前的模糊地理位置

                    [api_desc] => 接口:wx.getFuzzyLocation

                    [status] => 5

                    [api_link] => https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.getFuzzyLocation.html

                    [group_name] => 地理位置

                )


            [2] => Array

                (

                    [api_name] => wx.choosePoi

                    [api_ch_name] => 打开 POI 列表选择位置

                    [api_desc] => 接口:wx.choosePoi

                    [status] => 5

                    [api_link] => https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.choosePoi.html

                    [group_name] => 地理位置

                )


            [3] => Array

                (

                    [api_name] => wx.startLocationUpdateBackground

                    [api_ch_name] => 接收位置消息(前后台)

                    [api_desc] => 接口:wx.startLocationUpdateBackground

                    [status] => 5

                    [api_link] => https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.startLocationUpdateBackground.html

                    [group_name] => 地理位置

                )


            [4] => Array

                (

                    [api_name] => wx.chooseLocation

                    [api_ch_name] => 打开地图选择位置

                    [api_desc] => 接口:wx.chooseLocation

                    [status] => 5

                    [api_link] => https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.chooseLocation.html

                    [group_name] => 地理位置

                )


            [5] => Array

                (

                    [api_name] => wx.chooseAddress

                    [api_ch_name] => 获取用户收货地址

                    [api_desc] => 接口:wx.chooseAddress

                    [status] => 5

                    [api_link] => https://developers.weixin.qq.com/miniprogram/dev/api/open-api/address/wx.chooseAddress.html

                    [group_name] => 地理位置

                )


            [6] => Array

                (

                    [api_name] => wx.startLocationUpdate

                    [api_ch_name] => 接收位置消息(前台)

                    [api_desc] => 接口:wx.startLocationUpdate

                    [status] => 5

                    [api_link] => https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.startLocationUpdate.html

                    [group_name] => 地理位置

                )


            [7] => Array

                (

                    [api_name] => wx.onLocationChange

                    [api_ch_name] => 监听实时地理位置变化事件

                    [api_desc] => 接口:wx.onLocationChange

                    [status] => 5

                    [api_link] => https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.onLocationChange.html

                    [group_name] => 地理位置

                )


        )


)

</pre>

回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容