【7.3.2】【auth】更新备注

pull/41/head
fengshuonan 2022-11-09 21:07:16 +08:00
parent 266b6173b1
commit e41f3e3e94
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ public class AuthServiceImpl implements AuthServiceApi {
throw new AuthException(AuthExceptionEnum.LOGIN_LOCKED);
}
// 1.3 暂存多租户编码
// 1.3 暂存多租户编码v7.3.2增加,方便缓存调用过程中获取多租户的前缀)
RequestTenantCodeHolder.setTenantCode(loginRequest.getTenantCode());
// 2. 如果开启了验证码校验,则验证当前请求的验证码是否正确