feat(open): 重构C端认证并支持密码重置
This commit is contained in:
@@ -37,7 +37,7 @@ import java.util.concurrent.Executor;
|
||||
@Slf4j
|
||||
public class LogAspect {
|
||||
|
||||
private static final int MAX_ERROR_MSG_LENGTH = 1000;
|
||||
private static final int MAX_ERROR_MSG_LENGTH = 2000;
|
||||
|
||||
private final LogService logService;
|
||||
private final Executor operationLogExecutor;
|
||||
|
||||
Reference in New Issue
Block a user