mt sku
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user