This commit is contained in:
laodaming
2023-10-25 18:21:06 +08:00
parent 075f89df49
commit 76412c96ce
2 changed files with 8 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ package logic
import (
"encoding/json"
"errors"
"fmt"
"fusenapi/constants"
"fusenapi/model/gmodel"
"fusenapi/utils/auth"
@@ -64,6 +65,7 @@ func (l *GetRecommendProductListLogic) GetRecommendProductList(req *types.GetRec
recommendProductList = recommendProductList[:req.Num]
}
}
fmt.Println(recommendProductList)
//资源id集合
resourceIds := make([]string, 0, 50)
//需要填充时需要忽略的id