This commit is contained in:
苏尹岚
2021-03-09 11:03:48 +08:00
parent f66222cd30
commit ae08a80cd4
3 changed files with 9 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ func TestShippingSave(t *testing.T) {
}
func TestShippingList(t *testing.T) {
result, err := api.ShippingList(testPoiCode)
result, err := api.ShippingList("7996691")
if err != nil {
t.Fatal(err)
}
@@ -22,7 +22,7 @@ func TestShippingList(t *testing.T) {
}
func TestShippingFetch(t *testing.T) {
result, err := api.ShippingFetch("9252885")
result, err := api.ShippingFetch("7963096")
if err != nil {
t.Fatal(err)
}