This commit is contained in:
邹宗楠
2023-08-30 09:51:41 +08:00
parent 4a92d2f671
commit 1b46b66eeb
2 changed files with 3 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ func TestOrderLogisticsStatus(t *testing.T) {
}
func TestOrderLogisticsFee(t *testing.T) {
result, err := api.OrderLogisticsFee(900699270657684955)
result, err := api.OrderLogisticsFee(900699454211738469)
if err != nil {
t.Fatal(err)
}