This commit is contained in:
richboo111
2023-08-30 15:08:20 +08:00
parent d05dd4f1ac
commit 4054cb523d

View File

@@ -384,13 +384,13 @@ func TestCategoryAttrList(t *testing.T) {
t.Log(utils.Format4Output(result, false)) t.Log(utils.Format4Output(result, false))
} }
func TestCategoryAttrValueList(t *testing.T) { //func TestCategoryAttrValueList(t *testing.T) {
result, err := api.CategoryAttrValueList(1200000088, "苹果", 1, 5) // result, err := api.CategoryAttrValueList(1200000088, "苹果", 1, 5)
if err != nil { // if err != nil {
t.Fatal(err) // t.Fatal(err)
} // }
t.Log(utils.Format4Output(result, false)) // t.Log(utils.Format4Output(result, false))
} //}
func TestRetailRecommendTag(t *testing.T) { func TestRetailRecommendTag(t *testing.T) {
result, err := api.RetailRecommendTag("飞利浦电吹风", "", 0, 1) result, err := api.RetailRecommendTag("飞利浦电吹风", "", 0, 1)