收藏
回答

【物流助手】testUpdateOrder模拟快递公司更新订单状态报错930563?

接口文档地址 https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/express/express-by-business/testUpdateOrder.html

模拟运单状态时,接口返回"errcode":930563,"errmsg":"order not exists,请帮忙看下是怎么回事啊?

请求参数:

{
  "biz_id": "test_biz_id",
  "order_id": "20240929164402137391",
  "delivery_id": "TEST",
  "waybill_id": "SF0260896721319",
  "action_time": 123456789,
  "action_type": 100001,
  "action_msg": "揽件阶段"
} 

返回参数:

{
    "errcode": 930563,
    "errmsg": "order not exists rid: 66f914a8-164b5c45-4aa82e16"
}



最后一次编辑于  09-29
回答关注问题邀请回答
收藏
登录 后发表内容