收藏
回答

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

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

// 传入参数:
{
    "biz_id": "test_biz_id",
    "order_id": "DL647f466ba7b6b",
    "delivery_id": "TEST",
    "waybill_id": "YT2500744180132",
    "action_time": 1685373353,
    "action_type": 100001,
    "action_msg": "揽件阶段"
}
// 报错:
{
    "errcode": 930563,
    "errmsg": "order not exists rid: 647f4a68-1f8613ff-068e254e"
}


订单肯定是存在的,这个是上一个下单接口(https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/express/express-by-business/addOrder.html)返回的值:

{
      "errcode": 0,
      "errmsg": "ok",
      "order_id": "DL647f466ba7b6b",
      "waybill_id": "YT2500744180132",
      "delivery_resultcode": 0,
      "delivery_resultmsg": "success",
      "waybill_data": [
        {
          "key": "bigPen",
          "value": ""
        }
      ],
      "is_correct_sender": 0,
      "is_correct_receiver": 0
}


请帮忙看看是哪里的问题呢?

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