This commit is contained in:
邹宗楠
2023-08-25 18:31:33 +08:00
parent a4389e883f
commit ce47cf1e89
4 changed files with 51 additions and 20 deletions

View File

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