本接口应在服务器端调用,详细说明参见服务端API。
拉取已绑定账号
POST https://api.weixin.qq.com/cgi-bin/express/local/business/shop/get?access_token=ACCESS_TOKEN
属性 | 类型 | 默认值 | 必填 | 说明 |
---|---|---|---|---|
access_token | string | 是 | 接口调用凭证 |
属性 | 类型 | 说明 |
---|---|---|
errcode | number | 错误码, 当errcode==0或者不存在还需要看resultcode |
errmsg | string | 错误描述 |
resultcode | number | 运力返回的错误码 |
resultmsg | string | 运力返回的错误描述 |
shop_list | Array.<Object> | 绑定的商家签约账号列表 |
shop_list 的结构
属性 | 类型 | 说明 |
---|---|---|
delivery_id | string | 配送公司Id |
shopid | string | 商家id |
audit_result | number | 审核状态 |
audit_result 的合法值
值 | 说明 | 最低版本 |
---|---|---|
0 | 审核通过 | |
1 | 审核中 | |
2 | 审核不通过 |
{
"resultcode": 0,
"resultmsg": "ok",
"shop_list": [
{
"delivery_id": "SFTC",
"shopid": "123456",
"audit_result": 0
},
{
"delivery_id": "MTPS",
"shopid": "123456",
"audit_result": 0
}
]
}
备案信息: 粤ICP备15087711号-2
Copyright © 2008-2024 啊嘎哇在线工具箱 All Rights.
本站所有资料来源于网络,版权归原作者所有,仅作学习交流使用,如不慎侵犯了您的权利,请联系我们。