收藏
回答

调预录入门店信息api返回48001,第三方平台已经配置门店B2b助手的权限,还差什么权限?

接口地址:https://api.weixin.qq.com/wxa/business/batchcreateretail?access_token=xxxxxx

请求报文:

{

  "retail_info_list" : [ {

    "sub_retail_type" : "超市",

    "retail_type" : "其他",

    "latitude" : "113.21312",

    "retail_name" : "测试门店001",

    "address_city" : "广州市",

    "address_province" : "广东省",

    "address_region" : "天河区",

    "address_street" : "珠江东路28号",

    "mobile_phone" : "1234567890",

    "longitude" : "23.0996132"

  } ]

}

返回报文:

{

  "errcode" : 48001,

  "errmsg" : "api unauthorized rid: 67a46148-262c75ce-60259f60"

}

第三方平台权限设置:

对应小程序已授权:

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

1 个回答

登录 后发表内容