收藏
回答

申请地理位置报错,"errcode":61035,the api not need apply?

问题解决:不用申请该接口,直接提交审核。

{
    "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": 2,
            "fail_reason": "声明了不采集隐私协议",
            "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.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.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.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": "地理位置"
        }
    ]
}


最后一次编辑于  2023-06-30
回答关注问题邀请回答
收藏

2 个回答

  • 我现在有点忙,稍后联系你。
    我现在有点忙,稍后联系你。
    2023-06-28

    申请地理位置返回结果:{“errcode”:61035,“errmsg”:“API 不需要应用,提示:[836CFA9d-7DBE-4D48-BDBA-B24275A0064F] RID: 649BDC0C-2FBA8364-3B635D79”}

    问题解决:字面意思不用申请该接口直接提交审核代码通过、

    2023-06-28
    有用 1
    回复
  • 微盟
    微盟
    2023-06-28

    看提示 "fail_reason": "声明了不采集隐私协议",程序隐私协议未完善导致的,管理员应该有接收到:《用户隐私保护指引》需完善的通知。请完善隐私项配置!  https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/product/privacy_setting.html 建议参考步骤执行:提交代码--->稍等(若小程序是首次提审代码后台需要些时间检测)--->get接口看下需要补什么信息---->set隐私---->提交审核---->提交发布。注意:小程序用户隐私保护指引项的说明需要有准确、清晰的使用场景、目的。

    2023-06-28
    有用
    回复 3
    • 我现在有点忙,稍后联系你。
      我现在有点忙,稍后联系你。
      2023-06-28
      您好,管理员未收到相关通知,“the api not need apply, hint: [3cec54ce-147d-4e7c-a5d3-d95d18ea8d83] rid: 649bf95c-617c2ac3-39bbdeae"其它小程序发布都是可以的,该小程序出现问题,麻烦您查一下
      2023-06-28
      回复
    • 我现在有点忙,稍后联系你。
      我现在有点忙,稍后联系你。
      2023-06-28
      用户隐私保护是已经设置过的了,您可以帮忙查一下看看
      2023-06-28
      回复
    • 我现在有点忙,稍后联系你。
      我现在有点忙,稍后联系你。
      2023-06-29
      隐私保护的设置,是OK的,管理员未收到用户隐私协议的通知
      2023-06-29
      回复
登录 后发表内容