强制下线终端.

This commit is contained in:
lijiahangmax
2024-03-03 00:24:00 +08:00
parent f1d14b4a12
commit b424dd02db
16 changed files with 307 additions and 21 deletions

View File

@@ -85,4 +85,8 @@ public interface ErrorMessage {
String FILE_ABSENT = "文件不存在";
String LOG_ABSENT = "日志不存在";
String ILLEGAL_STATUS = "当前状态不支持此操作";
}

View File

@@ -47,4 +47,12 @@ public interface FieldConst {
String MOD = "mod";
String COUNT = "count";
String LOCATION = "location";
String USER_AGENT = "userAgent";
String ERROR_MESSAGE = "errorMessage";
}