|
|
|
@ -84,7 +84,7 @@ public class SmsLoginServiceImpl implements SmsLoginService {
|
|
|
|
|
iCacheManager.put(CacheConstants.USER_PHONE_MODEL_NAME,phone,code,CacheConstants.CACHE_TIME);
|
|
|
|
|
|
|
|
|
|
// 更新手机号当天获取验证码的次数
|
|
|
|
|
iCacheManager.put(CacheConstants.USER_PHONE_MODEL_NAME, cacheKey, count + 1, CacheConstants.CACHE_TIME);
|
|
|
|
|
iCacheManager.put(CacheConstants.USER_PHONE_MODEL_NAME, cacheKey, count + 1, CacheConstants.TOOLSCOUNT_TENANTID_CACHE_TIME);
|
|
|
|
|
|
|
|
|
|
//保存验证码到 缓存中
|
|
|
|
|
return ResultVoUtil.success(code);
|
|
|
|
|