Commit ae9f29b9 authored by dongyu's avatar dongyu

图形验证修改

parent 149a23a8
......@@ -57,8 +57,8 @@ public class UserLoginService {
* @return 结果
*/
public String login(String username, String password, String code, String uuid) {
// //校验图形验证码
// validateCaptcha(code, uuid);
//校验图形验证码
validateCaptcha(code, uuid);
//校验用户类型是否匹配
// UserInfo userInfo = userInfoService.selectUserByUserName(username);
// if(!ObjectUtils.isEmpty(userInfo)){
......
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