This commit is contained in:
邹宗楠
2024-11-19 17:44:28 +08:00
parent 5d92b8c0a8
commit 1d3ce6bd4c
12 changed files with 81 additions and 112 deletions

View File

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