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