更正时间字段并修改实现

This commit is contained in:
2025-02-06 22:22:02 +08:00
parent bdc3bc44e8
commit 05c7d49416
2 changed files with 2 additions and 3 deletions

View File

@@ -20,8 +20,7 @@ enum LogLevel{
debug = 5;
}
message DataRequest {
string data = 1;
string time = 1;
string event = 2;
LogLevel logLevel = 3;
MsgType msgType = 4;