接口地址: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"
}
第三方平台权限设置:
对应小程序已授权:
你好,需要授权小程序账号本身拥有相关功能权限,授权相关功能权限集后第三方平台才能代调用接口的
后续遇到此类问题请参考 https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/troubleshooting/third_party_authority_instructions_troubleshooting.html 自助排查