This commit is contained in:
邹宗楠
2022-10-26 10:19:58 +08:00
parent 2249d006f9
commit 9bd1cee0d8
4 changed files with 43 additions and 36 deletions

View File

@@ -30,7 +30,7 @@ func TestPickUp(t *testing.T) {
func TestOrderQuery(t *testing.T) {
jdParams := map[string]interface{}{
"orderId": "813344594000041",
"orderId": "2225712287000273",
}
result, totalCount, err := api.OrderQuery(jdParams)
if err != nil {
@@ -94,7 +94,7 @@ func TestDeliveryEndOrder(t *testing.T) {
}
func TestGetAfsService(t *testing.T) {
result, err := api.GetAfsService("34081924")
result, err := api.GetAfsService("2225735125000294")
if err != nil {
t.Fatal(err.Error())
}
@@ -138,7 +138,7 @@ func TestOrderQuery2(t *testing.T) {
}
func TestGetByOrderNoForOaos(t *testing.T) {
orderList, err := api.GetByOrderNoForOaos("2108504597000531")
orderList, err := api.GetByOrderNoForOaos("2225735125000294")
t.Log(utils.Format4Output(orderList, false))
if err != nil {
t.Fatal(err.Error())