Commit c59b007c by 梅存智

新闻资讯增加字段:绑定业务ID

parent 12f226f9
...@@ -98,7 +98,8 @@ public class InformationStudentController { ...@@ -98,7 +98,8 @@ public class InformationStudentController {
@ApiImplicitParam(name = "typeOne", value = "资讯父类型", paramType = "body"), @ApiImplicitParam(name = "typeOne", value = "资讯父类型", paramType = "body"),
@ApiImplicitParam(name = "typeTwo", value = "资讯子类型", paramType = "body"), @ApiImplicitParam(name = "typeTwo", value = "资讯子类型", paramType = "body"),
@ApiImplicitParam(name = "terminalName", value = "终端名称, PC:PC,APP: MOBILE, 微信: WECHAT", paramType = "body"), @ApiImplicitParam(name = "terminalName", value = "终端名称, PC:PC,APP: MOBILE, 微信: WECHAT", paramType = "body"),
@ApiImplicitParam(name = "bannerName", value = "轮播图所属栏目, MARKET:营销, TRAIN:培训, HOMEPAGE:首页, COURSE:课程, NEWS:新闻资讯", paramType = "body") @ApiImplicitParam(name = "bannerName", value = "轮播图所属栏目, MARKET:营销, TRAIN:培训, HOMEPAGE:首页, COURSE:课程, NEWS:新闻资讯", paramType = "body"),
@ApiImplicitParam(name = "relationId", value = "绑定业务的ID", paramType = "body")
} }
) )
@ApiOperation(value = "pc端,新闻/公告列表", notes = "pc端,新闻/公告列表", response = InformationListVO.class) @ApiOperation(value = "pc端,新闻/公告列表", notes = "pc端,新闻/公告列表", response = InformationListVO.class)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment