果园类别id变了

This commit is contained in:
苏尹岚
2020-08-03 16:50:39 +08:00
parent 07ce4d6c2e
commit 9aaf6d9091
3 changed files with 3 additions and 3 deletions

View File

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