This commit is contained in:
邹宗楠
2023-11-20 09:36:43 +08:00
parent 7ed1aa66e9
commit 763580877a
8 changed files with 59 additions and 25 deletions

View File

@@ -169,7 +169,7 @@ func TestShopOpen(t *testing.T) {
}
func TestShopClose(t *testing.T) {
err := api.ShopClose("", testShopBaiduID)
err := api.ShopClose("", 2233065924)
if err != nil {
t.Fatal(err)
}