Compare commits

..

1 Commits

Author SHA1 Message Date
zhaoxiaorong
35104ebb90 fix 2025-07-04 16:03:47 +08:00

View File

@@ -5,6 +5,10 @@ type LogItem struct {
OpName string `json:"op_name"`
OpType string `json:"op_type"`
Text string `json:"text"`
Code string `json:"code"`
Level uint `json:"level"`
Ip string `json:"ip"`
Module string `json:"module"`
}
var (