1
This commit is contained in:
@@ -387,10 +387,14 @@ func TestCategoryAttrList(t *testing.T) {
|
||||
|
||||
//特殊属性查询
|
||||
func TestCategoryAttrValueList(t *testing.T) {
|
||||
result, err := api.CategoryAttrValueList(1200000088, "散装糖果")
|
||||
result, err := api.CategoryAttrValueList(1200000088, "【常用调味】干花椒 红花椒 ")
|
||||
if len(result) > 0 {
|
||||
fmt.Println("jejeje")
|
||||
}
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user