Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
chenchao
2019-07-12 17:33:41 +0800
Commit
08522f7ec5375f633e3b0f37bec279b422ebfd8c
2 parents
bdc746c8
312f8bf5
Merge branch 'test6.9.8' of
http://git.yoho.cn/ufo/yohoufo-fore
into test6.9.8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
order/src/main/java/com/yohoufo/order/controller/DepositController.java
order/src/main/java/com/yohoufo/order/controller/DepositController.java
View file @
08522f7
...
...
@@ -132,7 +132,7 @@ public class DepositController {
return
new
ApiResponse
(
200
,
"缓存清除成功!"
,
Boolean
.
TRUE
);
}
@RequestMapping
(
"method=ufo.deposit.clearUserDeposit"
)
@RequestMapping
(
params
=
"method=ufo.deposit.clearUserDeposit"
)
@IgnoreSignature
@IgnoreSession
public
ApiResponse
clearUserDeposit
(
@RequestParam
(
"uid"
)
Integer
uid
,
...
...
Please
register
or
login
to post a comment