Commit 8b670fb7 by guojuxing

headIgnore

parent e6d17db3
...@@ -245,8 +245,8 @@ public class LoginController { ...@@ -245,8 +245,8 @@ public class LoginController {
* @return com.gic.commons.webapi.reponse.RestResponse
 * @return com.gic.commons.webapi.reponse.RestResponse


 */ 
 */
@IgnoreLogin @IgnoreLogin
@RequestMapping("login-for-operation")
@HeaderSignIgnore @HeaderSignIgnore
@RequestMapping("login-for-operation")
public RestResponse login(HttpServletRequest request, HttpServletResponse response) throws IOException { public RestResponse login(HttpServletRequest request, HttpServletResponse response) throws IOException {
String redirectUrl = request.getParameter("redirectUrl"); String redirectUrl = request.getParameter("redirectUrl");
String token = request.getParameter("token"); String token = request.getParameter("token");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment