This commit is contained in:
richboo111
2023-09-08 14:54:43 +08:00
parent 7af6a77d9b
commit f52ffa5a89
3 changed files with 27 additions and 7 deletions

View File

@@ -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))
}