This commit is contained in:
邹宗楠
2023-01-09 14:56:58 +08:00
parent f5f8b03e9b
commit 0f2b858d1a
4 changed files with 31 additions and 10 deletions

View File

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