美团商品属性
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user