fix 操作痕迹可选加密

This commit is contained in:
zhaoxiaorong 2025-09-01 12:40:23 +08:00
parent 1005e89e4f
commit cb8e9bad4b
1 changed files with 1 additions and 0 deletions

View File

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