等待确认收货

This commit is contained in:
苏尹岚
2020-09-16 09:39:56 +08:00
parent 7fda63ff86
commit d7ff89c5e5
5 changed files with 7 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ func TestShopQuery(t *testing.T) {
// if err == nil {
// t.Fatal("应该报错找不到门店")
// }
shopInfo, err := api.ShopQuery("667446")
shopInfo, err := api.ShopQuery("666972")
if err != nil {
t.Fatal(err)
}