Authored by zhaoyue

Merge branch 'zhaoyue-dev4' into 'master'

Fix antiXss problem



See merge request !62
@@ -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登录接口")