This commit is contained in:
邹宗楠
2024-08-16 15:11:50 +08:00
parent 1c86d4f53c
commit 91bf920443
5 changed files with 19 additions and 4 deletions

View File

@@ -249,3 +249,16 @@ func TestApplyCompensation(t *testing.T) {
fmt.Println(err.Error())
}
}
func TestOrderStatusAndPsInfo(t *testing.T) {
api.OrderStatusAndPsInfo(map[string]interface{}{
"order_id": "2801206020864396574",
"third_carrier_order_id": "2801206020864396574",
"courier_name": "王勇",
"courier_phone": "18180822681",
"logistics_status": "40",
"latitude": "30.549650",
"longitude": "104.260709",
"logistics_provider_code": "10017",
})
}