This commit is contained in:
邹宗楠
2022-10-24 15:40:38 +08:00
parent c43d4d5f29
commit 370d709c0c
2 changed files with 8 additions and 8 deletions

View File

@@ -287,7 +287,7 @@ func TestRetailSellStatus(t *testing.T) {
}
func TestCategoryAttrList(t *testing.T) {
result, err := api.CategoryAttrList(200002727)
result, err := api.CategoryAttrList(200002680)
if err != nil {
t.Fatal(err)
}