This commit is contained in:
苏尹岚
2020-11-11 11:17:55 +08:00
parent 44808f6b0f
commit 6c8d05e3c2
9 changed files with 60 additions and 19 deletions

View File

@@ -127,7 +127,7 @@ func TestCancelWayBill(t *testing.T) {
}
func TestQueryDynamicTraceInfo(t *testing.T) {
result, err := api.QueryDynamicTraceInfo("JDVD01096487452")
result, err := api.QueryDynamicTraceInfo("JDVD01119013942")
if err != nil {
t.Fatal(err)
}
@@ -135,7 +135,7 @@ func TestQueryDynamicTraceInfo(t *testing.T) {
}
func TestWaybillQuery(t *testing.T) {
result, err := api.WaybillQuery("JDVD01096487452")
result, err := api.WaybillQuery("JDVD01119013942")
if err != nil {
t.Fatal(err)
}