Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -109,7 +109,7 @@ public class OpenIdController { | @@ -109,7 +109,7 @@ public class OpenIdController { | ||
| 109 | 109 | ||
| 110 | 110 | ||
| 111 | @LogAnnotation | 111 | @LogAnnotation |
| 112 | - @AntiXSS | 112 | +// @AntiXSS |
| 113 | @Sign | 113 | @Sign |
| 114 | @RequestMapping(value = "/login", method = RequestMethod.POST) | 114 | @RequestMapping(value = "/login", method = RequestMethod.POST) |
| 115 | @ApiOperation(value = "OpenId登录接口") | 115 | @ApiOperation(value = "OpenId登录接口") |
-
Please register or login to post a comment