This commit is contained in:
邹宗楠
2025-03-17 13:46:55 +08:00
parent bdcc7b25f2
commit b308322826
5 changed files with 57 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ import (
)
func TestSkuCategoryList(t *testing.T) {
result, err := api.SkuCategoryList("白菜", 1, 0)
result, err := api.SkuCategoryList("巧福娃 香辣味麻酱大宽粉 30克/袋", 1, 0)
if err != nil {
t.Fatal(err)
} else {