This commit is contained in:
苏尹岚
2021-01-22 15:00:15 +08:00
parent fc595546ea
commit dbeeab48ab
12 changed files with 247 additions and 45 deletions

View File

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