|
@@ -44,8 +44,8 @@ public class InformationController {
|
|
|
|
|
|
@PostMapping("addInformation")
|
|
|
@ResponseBody
|
|
|
- @WebControllerLog(description = "轮播管理-新增资讯")
|
|
|
- @ApiOperation("新增资讯")
|
|
|
+ @WebControllerLog(description = "轮播管理-新增")
|
|
|
+ @ApiOperation("新增")
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "name", value = "资讯名称", dataType = "String"),
|
|
|
@ApiImplicitParam(name = "type", value = "资讯类型", dataType = "String"),
|
|
@@ -72,8 +72,8 @@ public class InformationController {
|
|
|
|
|
|
@PostMapping("updateInformation")
|
|
|
@ResponseBody
|
|
|
- @WebControllerLog(description = "轮播管理-修改资讯")
|
|
|
- @ApiOperation("修改资讯")
|
|
|
+ @WebControllerLog(description = "轮播管理-修改")
|
|
|
+ @ApiOperation("修改")
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "id", value = "id", dataType = "String"),
|
|
|
@ApiImplicitParam(name = "name", value = "资讯名称", dataType = "String"),
|
|
@@ -102,8 +102,8 @@ public class InformationController {
|
|
|
|
|
|
@PostMapping("deleteInformation")
|
|
|
@ResponseBody
|
|
|
- @WebControllerLog(description = "轮播管理-删除资讯")
|
|
|
- @ApiOperation("删除资讯")
|
|
|
+ @WebControllerLog(description = "轮播管理-删除")
|
|
|
+ @ApiOperation("删除")
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "id", value = "id", dataType = "String")})
|
|
|
public AjaxJson deleteInformation(@RequestBody RequestInformation bo){
|
|
@@ -119,8 +119,8 @@ public class InformationController {
|
|
|
|
|
|
@PostMapping("list")
|
|
|
@ResponseBody
|
|
|
- @WebControllerLog(description = "轮播管理-获取资讯列表")
|
|
|
- @ApiOperation("获取资讯列表")
|
|
|
+ @WebControllerLog(description = "轮播管理-列表")
|
|
|
+ @ApiOperation("列表")
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "type", value = "资讯类型,0表示海报,1表示视频", dataType = "String"),
|
|
|
@ApiImplicitParam(name = "name", value = "资讯名称", dataType = "String"),
|