美团商品属性

This commit is contained in:
苏尹岚
2020-06-15 14:58:16 +08:00
parent cccd027365
commit 3d1c0b3ab0
2 changed files with 13 additions and 3 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(200002713)
if err != nil {
t.Fatal(err)
}
@@ -294,7 +294,7 @@ func TestCategoryAttrList(t *testing.T) {
}
func TestCategoryAttrValueList(t *testing.T) {
result, err := api.CategoryAttrValueList(1200000094, "中国", 1, 5)
result, err := api.CategoryAttrValueList(1200000264, "", 1, 5)
if err != nil {
t.Fatal(err)
}