|
@@ -244,6 +244,7 @@ func (this *MobileHomeController) List() {
|
|
|
|
|
|
// @Title 首页列表接口
|
|
// @Title 首页列表接口
|
|
// @Description 首页列表接口
|
|
// @Description 首页列表接口
|
|
|
|
+// @Param TagIds query string true "标签选择"
|
|
// @Param PageSize query int true "每页数据条数"
|
|
// @Param PageSize query int true "每页数据条数"
|
|
// @Param CurrentIndex query int true "当前页页码,从1开始"
|
|
// @Param CurrentIndex query int true "当前页页码,从1开始"
|
|
// @Success 200 {object} models.HomeArtAndChartListResp
|
|
// @Success 200 {object} models.HomeArtAndChartListResp
|
|
@@ -264,6 +265,7 @@ func (this *MobileHomeController) NewList() {
|
|
//uid := user.UserId
|
|
//uid := user.UserId
|
|
pageSize, _ := this.GetInt("PageSize")
|
|
pageSize, _ := this.GetInt("PageSize")
|
|
currentIndex, _ := this.GetInt("CurrentIndex")
|
|
currentIndex, _ := this.GetInt("CurrentIndex")
|
|
|
|
+ //tagIds := this.GetString("TagIds")
|
|
|
|
|
|
var startSize int
|
|
var startSize int
|
|
if pageSize <= 0 {
|
|
if pageSize <= 0 {
|