Compare commits

...

1 Commits

Author SHA1 Message Date
zhaoxiaorong
cb8e9bad4b fix 操作痕迹可选加密 2025-09-01 12:40:23 +08:00

View File

@@ -9,6 +9,7 @@ type LogItem struct {
Level uint `json:"level"`
Ip string `json:"ip"`
Module string `json:"module"`
Encry bool `json:"encry"`
}
var (