微信appid是wx797d8f40f570f579
我们调用即时配送的下配送单接口成功,在顺丰网站可以看到配送单,但始终收不到微信即时配置api的回调数据,时间是3月31号下午6点左右。
我们的回调接口是正常的,已经用测试数据访问过了。在微信公众平台的物流助手中也已经配置了回调地址。
下配送单的请求数据是
{
"shopid":"1564344017",
"delivery_sign":"a12addbb3796e1198fb0396540b0b08f03a5e851",
"delivery_id":"SFTC",
"shop_order_id":"20253350386942718",
"shop_no":"11011",
"openid":"o1PEs5PfNBh46TkijMklPP40rgOY",
"sender":{
"name":"宜家天润-澜水店",
"city":"清远市",
"address":"",
"address_detail":"",
"phone":"18023317493",
"lng":113.051695,
"lat":23.704433,
"coordinate_type":0
},
"receiver":{
"name":"李锋",
"city":"清远市",
"address":"广东省清远市宜家天润生活超市(澜水店)澜水店",
"address_detail":"广东省清远市宜家天润生活超市(澜水店)澜水店",
"phone":"19979450496",
"lng":113.05186,
"lat":23.7045,
"coordinate_type":0
},
"cargo":{
"goods_value":28.8,
"goods_height":0,
"goods_length":0,
"goods_width":0,
"goods_weight":0,
"goods_detail":{
"goods":[
{
"good_count":1,
"good_name":"威猛先生厨房重油污净\无味蓝色",
"good_price":23.8,
"good_unit":""
}
]
},
"goods_pickup_info":"",
"goods_delivery_info":null,
"cargo_first_class":"日用百货",
"cargo_second_class":"超市"
},
"order_info":{
"delivery_service_code":"",
"order_type":1,
"expected_delivery_time":0,
"expected_finish_time":1585627755,
"expected_pick_time":0,
"poi_seq":"20253350386942718",
"note":"",
"order_time":1585627755,
"is_insured":0,
"declared_value":0,
"tips":0,
"is_direct_delivery":0,
"cash_on_delivery":0,
"cash_on_pickup":0,
"rider_pick_method":1,
"is_finish_code_needed":0,
"is_pickup_code_needed":0
},
"shop":{
"wxa_path":"pages/indent/detail?indentId=20253350386942718&type=实体商品",
"img_url":"http://192.168.100.8/EnjoyMobileDaoJia_WXXCX_WS/File/LoadImage/?id=67989ae9-8c8b-4909-9a2e-323b3611de17",
"goods_name":"威猛先生厨房重油污净\无味蓝色",
"goods_count":1,
"wxa_appid":""
},
"sub_biz_id":null
}
你好,你下的是预约单,期望送达时间是明天早上10点,所以顺丰还没有派单,没有状态更新
请再帮忙看看,现在卡在这里了,谢谢!
微信appid是wx797d8f40f570f579
下配送单请求数据为:
"goods_width":0,
"goods_weight":0,
"goods_detail":{
"goods":[
{
"good_count":1,
"good_name":"威猛先生厨房重油污净\无味蓝色",
"good_price":23.8,
"good_unit":""
}
]
},
"goods_pickup_info":"",
"goods_delivery_info":null,
"cargo_first_class":"日用百货",
"cargo_second_class":"超市"
},
"order_info":{
"delivery_service_code":"",
"order_type":0,
"expected_delivery_time":0,
"expected_finish_time":0,
"expected_pick_time":0,
"poi_seq":"20334918122298007",
"note":"",
"order_time":1585709323,
"is_insured":0,
"declared_value":0,
"tips":0,
"is_direct_delivery":0,
"cash_on_delivery":0,
"cash_on_pickup":0,
"rider_pick_method":1,
"is_finish_code_needed":0,
"is_pickup_code_needed":0
},
"shop":{
"wxa_path":"pages/indent/detail?indentId=20334918122298007&type=实体商品",
"img_url":"http://192.168.100.8/EnjoyMobileDaoJia_WXXCX_WS/File/LoadImage/?id=67989ae9-8c8b-4909-9a2e-323b3611de17",
"goods_name":"威猛先生厨房重油污净\无味蓝色",
"goods_count":1,
"wxa_appid":""
},
"sub_biz_id":null
测试