diff --git a/log/log.go b/log/log.go index da5bcb1..19b7912 100644 --- a/log/log.go +++ b/log/log.go @@ -36,7 +36,7 @@ const ( ) type Operator struct { - ID int // 系统ID设置0 + ID int `json:"id"` // 系统ID设置0 OperatorType OperatorType `json:"operator_type"` }