This commit is contained in:
苏尹岚
2021-01-04 14:24:28 +08:00
parent 19a076f65f
commit c99bb23e3d
4 changed files with 5 additions and 5 deletions

View File

@@ -286,7 +286,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)
}