|
|
@@ -136,12 +136,12 @@ public class FrontNewsController extends BaseController {
|
|
|
|
|
|
@GetMapping("listNoToken")
|
|
|
@ApiOperation("01-2 资讯列表")
|
|
|
- public TableDataInfo listNoToken(@ApiParam(value = "分类 ", example = "1") String type,
|
|
|
+ public TableDataInfo listNoToken(@ApiParam(value = "分类 ", example = "1") String type,Boolean top,String ids,
|
|
|
@ApiParam(value = "标签", example = "hot") String tag,String title,
|
|
|
@ApiParam(value = "省份 ", example = "湖南") @RequestParam(required = false) String location,
|
|
|
@ApiParam(value = "页数", example = "1") Integer pageNum,
|
|
|
@ApiParam(value = "页大小", example = "15") Integer pageSize) {
|
|
|
- return llist(null,null,type,tag,title,location, pageNum,pageSize);
|
|
|
+ return llist(ids,top,type,tag,title,location, pageNum,pageSize);
|
|
|
}
|
|
|
|
|
|
@GetMapping("info")
|