feat(open): 重构C端认证并支持密码重置

This commit is contained in:
2026-08-17 09:29:42 +08:00
parent 0591ff67d0
commit 7687ef4f37
18 changed files with 500 additions and 187 deletions

View File

@@ -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;