immediateDelivery.bindAccount本接口应在服务器端调用,详细说明参见服务端API。 第三方代商户发起绑定配送公司帐号的请求 请求地址POST https://api.weixin.qq.com/cgi-bin/express/local/business/shop/add?access_token=COMPNENT_ACCESS_TOKEN
请求参数属性 | 类型 | 默认值 | 必填 | 说明 |
---|
access_token | string | | 是 | 接口调用凭证 | delivery_id | string | | 是 | 配送公司ID |
返回值Object属性 | 类型 | 说明 |
---|
errcode | number | 错误码, 当errcode==0或者不存在还需要看resultcode | errmsg | string | 错误描述 | resultcode | number | 运力返回的错误码 | resultmsg | string | 运力返回的错误描述 |
errcode 的合法值 值 | 说明 | 最低版本 |
---|
0 | 成功 | | 86000 | 不是第三方的调用 | | 930561 | delivery_id无效 | |
使用场景- 只能由第三方服务商调用此接口
- 服务商可通过本接口代开发的小程序发起绑定配送公司帐号的操作,当调用成功,小程序管理员将收到模版消息,点击详情进入配送公司网站进行绑定操作
返回数据示例{
"resultcode": 0,
"resultmsg": "ok",
}
|
请发表评论