This commit is contained in:
suyl
2020-12-10 19:45:52 +08:00
parent a4a0176905
commit c8ff0de0c7
2 changed files with 2 additions and 2 deletions

View File

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