Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fangyeqing
/
xkl-interface
·
Commits
Go to a project
GitLab
Go to dashboard
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
Email Patches
Plain Diff
Browse Files
Authored by
zhaoyue
2017-12-06 00:00:38 +0800
Commit
d09c47db52b85ab76c0b55e22a37bccc8c5a39c5
1 parent
708af4da
Fix antiXss problem
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/xkl/controller/OpenIdController.java
src/main/java/com/xkl/controller/OpenIdController.java
View file @
d09c47d
...
...
@@ -109,7 +109,7 @@ public class OpenIdController {
@LogAnnotation
@AntiXSS
//
@AntiXSS
@Sign
@RequestMapping
(
value
=
"/login"
,
method
=
RequestMethod
.
POST
)
@ApiOperation
(
value
=
"OpenId登录接口"
)
...
...
Please
register
or
login
to post a comment