本接口应在服务器端调用,详细说明参见服务端API。
模拟快递公司更新订单状态, 该接口只能用户测试
POST https://api.weixin.qq.com/cgi-bin/express/business/test_update_order?access_token=ACCESS_TOKEN
属性 | 类型 | 默认值 | 必填 | 说明 |
---|---|---|---|---|
access_token | string | 是 | 接口调用凭证 | |
biz_id | string | 是 | 商户id,需填test_biz_id | |
order_id | string | 是 | 订单号 | |
delivery_id | string | 是 | 快递公司id,需填TEST | |
waybill_id | string | 是 | 运单号 | |
action_time | number | 是 | 轨迹变化 Unix 时间戳 | |
action_type | number | 是 | 轨迹变化类型 | |
action_msg | string | 是 | 轨迹变化具体信息说明,使用UTF-8编码 |
action_type 的合法值
值 | 说明 | 最低版本 |
---|---|---|
100001 | 揽件阶段-揽件成功 | |
100002 | 揽件阶段-揽件失败 | |
100003 | 揽件阶段-分配业务员 | |
200001 | 运输阶段-更新运输轨迹 | |
300002 | 派送阶段-开始派送 | |
300003 | 派送阶段-签收成功 | |
300004 | 派送阶段-签收失败 | |
400001 | 异常阶段-订单取消 | |
400002 | 异常阶段-订单滞留 |
属性 | 类型 | 说明 |
---|---|---|
errcode | number | 错误码 |
errmsg | string | 错误信息 |
errcode 的合法值
值 | 说明 | 最低版本 |
---|---|---|
0 | 成功 | |
-1 | 系统失败 |
{
"biz_id": "test_biz_id",
"order_id": "xxxxxxxxxxxx",
"delivery_id": "TEST",
"waybill_id": "xxxxxxxxxx",
"action_time": 123456789,
"action_type": 100001,
"action_msg": "揽件阶段"
}
{
"errcode": 0,
"errmsg": "ok"
}
immediateDelivery.preAddOrder本接口应在服务器端调用,详细说明参见服务端API。预下配送单接口请求地址POST https://api.weixi...
immediateDelivery.onOrderReAdd本文档描述服务器端接收的消息或事件,详细说明参见消息推送。在调用下单接口后,订单被取消或者...
operation.getVersionList本接口应在服务器端调用,详细说明参见服务端API。获取客户端版本请求地址GET https://api.weixin.qq.c...
SPI_getbinval — 返回指定列的二进制值大纲Datum SPI_getbinval(HeapTuple row, TupleDesc rowdesc, int colnumber,bool * isnu...
SPI_fname— 为指定的列号确定列名SPI_fnumber— 为一个指定的列名确定列号SPI_getvalue— 返回指定列的字符串值SPI_getbinval—...