This commit is contained in:
邹宗楠
2025-06-24 13:50:29 +08:00
parent 5b3ef2cd6d
commit 0599a21bce
42 changed files with 4192 additions and 26 deletions

View File

@@ -27,7 +27,7 @@ func TestShopCategoryGet(t *testing.T) {
}
func TestShopGet222(t *testing.T) {
data, err := api.ShopGet("", 1257061574)
data, err := api.ShopGet("", 32267258880)
fmt.Println(data)
fmt.Println(err)
}