This commit is contained in:
richboo111
2022-10-24 18:44:28 +08:00
9 changed files with 14 additions and 18 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)
}