本接口应在服务器端调用,详细说明参见服务端API。
模拟配送公司更新配送单状态, 该接口用于测试账户下的单,将请求转发到运力测试环境
POST https://api.weixin.qq.com/cgi-bin/express/local/business/realmock_update_order?access_token=ACCESS_TOKEN
属性 | 类型 | 默认值 | 必填 | 说明 |
---|---|---|---|---|
access_token | string | 是 | 接口调用凭证 | |
shopid | string | 是 | 商家id | |
shop_order_id | string | 是 | 唯一标识订单的 ID,由商户生成 | |
action_time | number | 是 | 状态变更时间点,Unix秒级时间戳 | |
order_status | number | 是 | 配送状态,枚举值 | |
action_msg | string | 否 | 附加信息 | |
delivery_sign | string | 是 | 用配送公司提供的appSecret加密的校验串说明 |
属性 | 类型 | 说明 |
---|---|---|
errcode | number | 错误码, 当errcode==0或者不存在还需要看resultcode |
errmsg | string | 错误描述 |
resultcode | number | 运力返回的错误码 |
resultmsg | string | 运力返回的错误描述 |
该接口只能用于测试,请求会转发到运力测试环境, 目前支持顺丰同城和达达
{
"shopid": "xxxxxxx",
"shop_order_id": "xxxxxxxxxxx",
"action_time": 1584145981,
"order_status": 101,
"action_msg": "",
"delivery_sign": "xxxxxxx",
}
{
"resultcode": 0,
"resultmsg": "ok"
}
备案信息: 粤ICP备15087711号-2
Copyright © 2008-2024 啊嘎哇在线工具箱 All Rights.
本站所有资料来源于网络,版权归原作者所有,仅作学习交流使用,如不慎侵犯了您的权利,请联系我们。