This commit is contained in:
邹宗楠
2022-11-03 09:54:21 +08:00
parent d3ef233903
commit d476311491

View File

@@ -103,11 +103,11 @@ 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"] = "4995851215059621284"
param["third_carrier_order_id"] = "4996521792598113690"
param["logistics_context"] = "呼叫骑手"
param["opcode"] = "CALL_RIDER"
param["courier_name"] = "徐业圩"
param["courier_phone"] = "19817862055"
param["courier_name"] = ""
param["courier_phone"] = ""
a.OrderStatusAndPsInfo(param)
}