日志参数转字符串
This commit is contained in:
@@ -36,7 +36,7 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type Operator struct {
|
type Operator struct {
|
||||||
ID int // 系统ID设置0
|
ID int `json:"id"` // 系统ID设置0
|
||||||
OperatorType OperatorType `json:"operator_type"`
|
OperatorType OperatorType `json:"operator_type"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user