package message type ReqMessageBatch struct { Type int `description:"消息类型:1-留言回复通知,2-精选留言通知" json:"type"` } type ReqMessage struct { MsgId uint64 `description:"消息ID" json:"msg_id"` }