|
@@ -102,7 +102,6 @@ public class UserServiceImpl extends AbstractService<User> implements UserServic
|
|
|
String key = this.getSmsKey(phoneNo);
|
|
|
Object o = redisClient.get(key);
|
|
|
if (ObjectUtil.isEmpty(o)) {
|
|
|
- log.error("checkCode o:" + o.toString());
|
|
|
return false;
|
|
|
}
|
|
|
if (StrUtil.equals(o.toString(), code)) {
|