This commit is contained in:
邹宗楠
2023-11-23 10:26:00 +08:00
parent 8f063f88b6
commit e1a80a862a
7 changed files with 35 additions and 22 deletions

View File

@@ -91,7 +91,7 @@ func TestOrderSerllerDelivery(t *testing.T) {
}
func TestDeliveryEndOrder(t *testing.T) {
result, err := api.DeliveryEndOrder("813344594000041", "")
result, err := api.DeliveryEndOrder("2326939731000094", "")
if err != nil {
t.Fatal(err.Error())
}