果园属性值变化

This commit is contained in:
苏尹岚
2020-08-21 17:17:01 +08:00
parent 1c0c938cef
commit 54a568ac42
3 changed files with 11 additions and 2 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(200002731)
if err != nil {
t.Fatal(err)
}