This commit is contained in:
邹宗楠
2023-08-23 16:43:20 +08:00
parent 2dd0301d73
commit 9c2a29c3a4
2 changed files with 3 additions and 3 deletions

View File

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