logistics.testUpdateOrder模拟快递公司更新订单状态报错930563
文档地址 // POST https://api.weixin.qq.com/cgi-bin/express/business/test_update_order?access_token=ACCESS_TOKEN
// 参数
{
"biz_id": "test_biz_id",
"order_id": "2021020711840528674937978882",
"delivery_id": "TEST",
"waybill_id": "SF6026171916435",
"action_time": 1612629808,
"action_type": 100001,
"action_msg": "揽件阶段"
}
// 报错
{
"errcode": 930563,
"errmsg": "order not exists rid: 60321cf7-59509b13-4521d2d3"
}