This commit is contained in:
suyl
2021-07-26 10:03:59 +08:00
parent f972690dbf
commit b8afc1ad4f
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)
}