From 4054cb523de45fe4ced589d9b2fcc717fee139ad Mon Sep 17 00:00:00 2001 From: richboo111 Date: Wed, 30 Aug 2023 15:08:20 +0800 Subject: [PATCH] mt sku --- platformapi/mtwmapi/retail_test.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/platformapi/mtwmapi/retail_test.go b/platformapi/mtwmapi/retail_test.go index a3e6e217..0285022d 100644 --- a/platformapi/mtwmapi/retail_test.go +++ b/platformapi/mtwmapi/retail_test.go @@ -384,13 +384,13 @@ func TestCategoryAttrList(t *testing.T) { t.Log(utils.Format4Output(result, false)) } -func TestCategoryAttrValueList(t *testing.T) { - result, err := api.CategoryAttrValueList(1200000088, "苹果", 1, 5) - if err != nil { - t.Fatal(err) - } - t.Log(utils.Format4Output(result, false)) -} +//func TestCategoryAttrValueList(t *testing.T) { +// result, err := api.CategoryAttrValueList(1200000088, "苹果", 1, 5) +// if err != nil { +// t.Fatal(err) +// } +// t.Log(utils.Format4Output(result, false)) +//} func TestRetailRecommendTag(t *testing.T) { result, err := api.RetailRecommendTag("飞利浦电吹风", "", 0, 1)