From bee6411d993c31d5f7cdaf5d7a44705da7780d63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 28 Aug 2023 15:58:39 +0800 Subject: [PATCH] 1 --- platformapi/mtwmapi/order_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/mtwmapi/order_test.go b/platformapi/mtwmapi/order_test.go index ec28898e..43a4c0c5 100644 --- a/platformapi/mtwmapi/order_test.go +++ b/platformapi/mtwmapi/order_test.go @@ -88,7 +88,7 @@ func TestOrderLogisticsStatus(t *testing.T) { } func TestOrderLogisticsFee(t *testing.T) { - result, err := api.OrderLogisticsFee(1100693360542144311) + result, err := api.OrderLogisticsFee(900697881770969420) if err != nil { t.Fatal(err) }