bug
This commit is contained in:
@@ -173,8 +173,6 @@ public class MyUserController {
|
||||
}else{
|
||||
areacode = Integer.valueOf(areaCode);
|
||||
}
|
||||
|
||||
System.out.println(areacode);
|
||||
//验证一分钟内是否已经发过
|
||||
String redisCode = redisTemplate.opsForValue().get("RegistCode" + phone);
|
||||
if (!StringUtils.isEmpty(redisCode)) {
|
||||
|
||||
Reference in New Issue
Block a user