|
@@ -109,10 +109,10 @@ public class CnbgMobileServiceImpl implements MobileService {
|
|
|
return R.ok(Boolean.FALSE, "请联系管理员为您开通账号");
|
|
|
}
|
|
|
|
|
|
- if (CollUtil.isEmpty(userList)) {
|
|
|
- log.info("请联系管理员为您开通账号:{}", mobile);
|
|
|
- return R.ok(Boolean.FALSE, "请联系管理员为您开通账号");
|
|
|
- }
|
|
|
+ //if (CollUtil.isEmpty(userList)) {
|
|
|
+ // log.info("请联系管理员为您开通账号:{}", mobile);
|
|
|
+ // return R.ok(Boolean.FALSE, "请联系管理员为您开通账号");
|
|
|
+ //}
|
|
|
|
|
|
Object codeObj = redisTemplate.opsForValue().get(CacheConstants.DEFAULT_CODE_KEY + LoginTypeEnum.SMS.getType() + StringPool.AT + mobile);
|
|
|
|
|
@@ -137,7 +137,7 @@ public class CnbgMobileServiceImpl implements MobileService {
|
|
|
|
|
|
|
|
|
/**
|
|
|
- * 发送手机验证码 TODO: 调用短信网关发送验证码,测试返回前端
|
|
|
+ * 发送手机验证码
|
|
|
*
|
|
|
* @param mobile mobile
|
|
|
* @return code
|