微信小程序 小程序使用·testUpdateOrder

2020-07-31 14:04 更新

logistics.testUpdateOrder

本接口應(yīng)在服務(wù)器端調(diào)用,詳細(xì)說明參見服務(wù)端API。

模擬快遞公司更新訂單狀態(tài), 該接口只能用戶測(cè)試

請(qǐng)求地址

POST https://api.weixin.qq.com/cgi-bin/express/business/test_update_order?access_token=ACCESS_TOKEN

請(qǐng)求參數(shù)

屬性類型默認(rèn)值必填說明
access_tokenstring接口調(diào)用憑證
biz_idstring商戶id,需填test_biz_id
order_idstring訂單號(hào)
delivery_idstring快遞公司id,需填TEST
waybill_idstring運(yùn)單號(hào)
action_timenumber軌跡變化 Unix 時(shí)間戳
action_typenumber軌跡變化類型
action_msgstring軌跡變化具體信息說明,使用UTF-8編碼

action_type 的合法值

說明最低版本
100001攬件階段-攬件成功
100002攬件階段-攬件失敗
100003攬件階段-分配業(yè)務(wù)員
200001運(yùn)輸階段-更新運(yùn)輸軌跡
300002派送階段-開始派送
300003派送階段-簽收成功
300004派送階段-簽收失敗
400001異常階段-訂單取消
400002異常階段-訂單滯留

返回值

Object

屬性類型說明
errcodenumber錯(cuò)誤碼
errmsgstring錯(cuò)誤信息

errcode 的合法值

說明最低版本
0成功
-1系統(tǒng)失敗

請(qǐng)求數(shù)據(jù)示例

{
  "biz_id": "test_biz_id",
  "order_id": "xxxxxxxxxxxx",
  "delivery_id": "TEST",
  "waybill_id": "xxxxxxxxxx",
  "action_time": 123456789,
  "action_type": 100001,
  "action_msg": "攬件階段"
}

返回?cái)?shù)據(jù)示例

{
  "errcode": 0,
  "errmsg": "ok"
}


以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)