Merge branch 'master' of e.coding.net:rosydev/baseapi

This commit is contained in:
邹宗楠
2023-09-25 18:36:26 +08:00
3 changed files with 64 additions and 45 deletions

View File

@@ -332,7 +332,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)
}
@@ -353,7 +353,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)
}