This commit is contained in:
邹宗楠
2022-10-31 18:25:53 +08:00
parent 04add8697e
commit 1f8a1a8a22

View File

@@ -101,8 +101,8 @@ func TestOrderStatusAndPsInfo(t *testing.T) {
a := NewExpress("7153997323561879075", "3517d3ea-b96b-4379-a7a4-2d9389e8ffeb", "")
a.CreateToken()
param := make(map[string]interface{}, 0)
param["third_carrier_order_id"] = "1412943984034971648"
param["logistics_context"] = "骑手接单"
param["third_carrier_order_id"] = "1412986874296139776"
param["logistics_context"] = "骑手送达2"
param["courier_name"] = "刘磊"
param["courier_phone"] = "18981810340"
a.OrderStatusAndPsInfo(param)