Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
sentinel
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
曲欣亮
sentinel
Commits
84bb6aaa
Commit
84bb6aaa
authored
Oct 12, 2018
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善申报接口
parent
fa9f2fd2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
MemberApplyController.java
...java/com/egolm/film/api/member/MemberApplyController.java
+5
-5
No files found.
src/main/java/com/egolm/film/api/member/MemberApplyController.java
View file @
84bb6aaa
...
@@ -37,7 +37,7 @@ public class MemberApplyController {
...
@@ -37,7 +37,7 @@ public class MemberApplyController {
private
MemberTokenService
tokenService
;
private
MemberTokenService
tokenService
;
@ResponseBody
@ResponseBody
@PostMapping
(
"list"
)
@PostMapping
(
"
get_
list"
)
@ApiOperation
(
"申报项目查询"
)
@ApiOperation
(
"申报项目查询"
)
public
Object
list
()
{
public
Object
list
()
{
LoginToken
loginToken
=
tokenService
.
getToken
();
LoginToken
loginToken
=
tokenService
.
getToken
();
...
@@ -159,7 +159,7 @@ public class MemberApplyController {
...
@@ -159,7 +159,7 @@ public class MemberApplyController {
}
}
@ResponseBody
@ResponseBody
@PostMapping
(
"get
D
etail"
)
@PostMapping
(
"get
_d
etail"
)
@ApiOperation
(
"获取全部申报信息"
)
@ApiOperation
(
"获取全部申报信息"
)
@ApiImplicitParams
({
@ApiImplicitParam
(
paramType
=
"query"
,
dataType
=
"long"
,
required
=
true
,
name
=
"member_film_id"
,
value
=
"申报影片ID"
)})
@ApiImplicitParams
({
@ApiImplicitParam
(
paramType
=
"query"
,
dataType
=
"long"
,
required
=
true
,
name
=
"member_film_id"
,
value
=
"申报影片ID"
)})
public
Object
getDetail
(
Long
member_film_id
)
{
public
Object
getDetail
(
Long
member_film_id
)
{
...
@@ -172,7 +172,7 @@ public class MemberApplyController {
...
@@ -172,7 +172,7 @@ public class MemberApplyController {
}
}
@ResponseBody
@ResponseBody
@PostMapping
(
"do
A
pply"
)
@PostMapping
(
"do
_a
pply"
)
@ApiOperation
(
"提交申报"
)
@ApiOperation
(
"提交申报"
)
@ApiImplicitParams
({
@ApiImplicitParam
(
paramType
=
"query"
,
dataType
=
"long"
,
required
=
true
,
name
=
"member_film_id"
,
value
=
"申报影片ID"
)})
@ApiImplicitParams
({
@ApiImplicitParam
(
paramType
=
"query"
,
dataType
=
"long"
,
required
=
true
,
name
=
"member_film_id"
,
value
=
"申报影片ID"
)})
public
Object
doApply
(
Long
member_film_id
)
{
public
Object
doApply
(
Long
member_film_id
)
{
...
@@ -183,7 +183,7 @@ public class MemberApplyController {
...
@@ -183,7 +183,7 @@ public class MemberApplyController {
}
}
@ResponseBody
@ResponseBody
@PostMapping
(
"get
M
ore"
)
@PostMapping
(
"get
_m
ore"
)
@ApiOperation
(
"获取更多影片信息"
)
@ApiOperation
(
"获取更多影片信息"
)
@ApiImplicitParams
({
@ApiImplicitParam
(
paramType
=
"query"
,
dataType
=
"string"
,
required
=
true
,
name
=
"film_no"
,
value
=
"情报影片编号"
)})
@ApiImplicitParams
({
@ApiImplicitParam
(
paramType
=
"query"
,
dataType
=
"string"
,
required
=
true
,
name
=
"film_no"
,
value
=
"情报影片编号"
)})
public
Object
getMore
(
String
film_no
)
{
public
Object
getMore
(
String
film_no
)
{
...
@@ -192,7 +192,7 @@ public class MemberApplyController {
...
@@ -192,7 +192,7 @@ public class MemberApplyController {
}
}
@ResponseBody
@ResponseBody
@PostMapping
(
"save
M
ore"
)
@PostMapping
(
"save
_m
ore"
)
@ApiOperation
(
"获取更多影片信息"
)
@ApiOperation
(
"获取更多影片信息"
)
public
Object
saveMore
(
Fc_member_film_all
more
)
{
public
Object
saveMore
(
Fc_member_film_all
more
)
{
memberService
.
saveMore
(
more
);
memberService
.
saveMore
(
more
);
...
...
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