数据结构优化

This commit is contained in:
李琦
2026-01-20 15:23:37 +08:00
parent 946855bff2
commit cdbd3dc038
14 changed files with 835 additions and 198 deletions

View File

@@ -47,6 +47,7 @@ type OperationLogResponse struct {
Region string `json:"region"` // IP归属地
Path string `json:"path"`
Method string `json:"method"`
Action string `json:"action"` // 操作描述
Params string `json:"params"`
Status int `json:"status"`
Duration int `json:"duration"`