This commit is contained in:
苏尹岚
2021-04-20 16:50:27 +08:00
parent 7ab406d18f
commit f5385cceb9
3 changed files with 27 additions and 3 deletions

View File

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