解决接口响应超时

This commit is contained in:
2025-05-08 19:02:44 +08:00
parent 4abfc570a0
commit 4a6cca7373
9 changed files with 137 additions and 5 deletions

View File

@ -14,7 +14,8 @@ public enum ErrorCode {
SYSTEM_ERROR(50000,"系统内部异常"),
OPERATION_ERROR(50001,"操作失败"),
DATABASE_ERROR(50002, "数据库内部异常"),
LOGIN_ERROR(40110,"登陆状态变更");
LOGIN_ERROR(40110,"登陆状态变更"),
TIMEOUT_ERROR(40800, "请求超时");
/**
* 状态码