fix - 日志上传

This commit is contained in:
2026-06-03 22:48:08 +08:00
parent c60545fbd6
commit ebfcc2a1b4
5 changed files with 74 additions and 40 deletions

View File

@@ -5,7 +5,8 @@ public enum MessageType {
SCAN_CODE("扫码"),
ENTER_DOOR("进门"),
OUT_DOOR("出门"),
LOG("日志");
LOG("日志"),
LOG_DATA("日志数据");
private String message;
MessageType(String message) {