This commit is contained in:
richboo111
2023-09-25 15:09:43 +08:00
parent 3fef584326
commit ade9263aa0
3 changed files with 64 additions and 45 deletions

View File

@@ -378,7 +378,7 @@ func TestRetailSellStatus2(t *testing.T) {
//根据分类id查询属性列表
func TestCategoryAttrList(t *testing.T) {
//result, err := api.CategoryAttrList(200002680)
result, err := api.CategoryAttrList(200002685)
result, err := api.CategoryAttrList(200005790)
if err != nil {
t.Fatal(err)
}
@@ -399,7 +399,7 @@ func TestCategoryAttrValueList(t *testing.T) {
}
func TestRetailRecommendTag(t *testing.T) {
result, err := api.RetailRecommendTag("飞利浦电吹风", "", 0, 1)
result, err := api.RetailRecommendTag("长豆角", "", 0, 1)
if err != nil {
t.Fatal(err)
}