logistics.testUpdateOrder 请求成功后,消息推送参数问题?
发布于 5 年前 作者 yduan 4947 次浏览 来自 问答

调用logistics.testUpdateOrder模拟更新运单轨迹信息后,没有给我推送运单轨迹更新的事件(logistics.onPathUpdate)中的参数,而只是回调给我们以下参数:

signature=××××××××××&timestamp=1615080838&nonce=××××××&openid=××××××××&encrypt_type=aes&msg_signature=××××××××××


调用logistics.testUpdateOrder接口参数如下:

{

  “biz_id”: “test_biz_id”,

  “order_id”: “2c91808877f60cd70177fca42aab0013”,

  “delivery_id”: “TEST”,

  “waybill_id”: “2021030411933769812913766402_1614851382_waybill_id”,

  “action_time”: 1615080829,

  “action_type”: 300002,

  “action_msg”: “派送阶段”

}


1 回复

参数是在url上,是querystring, 请书包在body里面,不在一块的

回到顶部