fix
This commit is contained in:
parent
fc7c1e87a6
commit
35104ebb90
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue