This commit is contained in:
邹宗楠
2024-12-04 09:15:27 +08:00
parent 1d3ce6bd4c
commit 36d38162dc
6 changed files with 14 additions and 9 deletions

View File

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