Commit 7ba966f8 by ZhangYunfei

增加登录时图形验证码校验

parent 43e050c5
...@@ -42,8 +42,6 @@ public class LogLoginController { ...@@ -42,8 +42,6 @@ public class LogLoginController {
private SysCaptchaService sysCaptchaService; private SysCaptchaService sysCaptchaService;
/** /**
* 用户登录 * 用户登录
*/ */
......
...@@ -17,7 +17,7 @@ public class DomesticCodeVo implements Serializable { ...@@ -17,7 +17,7 @@ public class DomesticCodeVo implements Serializable {
private String captcha; private String captcha;
private String uuid; private String uuid;
public DomesticCodeVo(String captcha, String uuid) { public DomesticCodeVo(String uuid,String captcha) {
this.captcha = captcha; this.captcha = captcha;
this.uuid = uuid; this.uuid = uuid;
} }
......
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