This commit is contained in:
suyl
2021-06-17 14:32:39 +08:00
parent 3ed374e74a
commit f746cd1023
13 changed files with 191 additions and 18 deletions

View File

@@ -87,7 +87,7 @@ func TestDeliveryEndOrder(t *testing.T) {
}
func TestGetAfsService(t *testing.T) {
result, err := api.GetAfsService("22565438")
result, err := api.GetAfsService("33927317")
if err != nil {
t.Fatal(err.Error())
}
@@ -103,7 +103,7 @@ func TestGetAfsService2(t *testing.T) {
}
func TestOrderShoudSettlementService2(t *testing.T) {
result, err := api.OrderShoudSettlementService2("914508761000241")
result, err := api.OrderShoudSettlementService2("2114317310000151")
if err != nil {
t.Fatal(err.Error())
}