package param type HandleLogReq struct { ServerId string `json:"serverId"` // 服务id或者nodeid EventName string `json:"eventName"` // 事件名称 JsonContent string `json:"jsonContent"` // json格式的日志记录 }