Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cloud-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hqzhdj
cloud-web
Commits
c59b007c
Commit
c59b007c
authored
Oct 31, 2024
by
梅存智
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新闻资讯增加字段:绑定业务ID
parent
12f226f9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
cloud-web-student/src/main/java/com/yizhi/application/protal/controller/InformationStudentController.java
+2
-1
No files found.
cloud-web-student/src/main/java/com/yizhi/application/protal/controller/InformationStudentController.java
View file @
c59b007c
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment