This commit is contained in:
richboo111
2023-09-20 11:10:12 +08:00
parent c76c787b46
commit d201a02816
5 changed files with 89 additions and 7 deletions

View File

@@ -387,7 +387,7 @@ 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")
}