|
@@ -92,12 +92,12 @@ type MessageListReq struct {
|
|
|
Size int64 `json:"size,optional"`
|
|
|
MsgType int64 `json:"msgType,optional"`
|
|
|
IsRead int64 `json:"isRead,optional"`
|
|
|
- NewUserId int64 `header:"newUserId,optional"` //私信相关
|
|
|
- PositionId int64 `header:"positionId,optional"` //私信相关
|
|
|
- IsColumn bool `json:"isColumn"` //是否需要获取栏目
|
|
|
- IsColumnNewMsg bool `json:"isColumnNewMsg"` //是否需各栏目获取最新消息
|
|
|
- IsMsgList bool `json:"isMsgList"` //是否需要列表信息
|
|
|
- IsContainLetter bool `json:"isContainLetter,optional"` //是否未读数包含私信
|
|
|
+ NewUserId int64 `header:"newUserId,optional"` //私信相关
|
|
|
+ PositionId int64 `header:"positionId,optional"` //私信相关
|
|
|
+ IsColumn bool `json:"isColumn"` //是否需要获取栏目
|
|
|
+ IsColumnNewMsg bool `json:"isColumnNewMsg"` //是否需各栏目获取最新消息
|
|
|
+ IsMsgList bool `json:"isMsgList"` //是否需要列表信息
|
|
|
+ IsContainLetter bool `json:"isContainLetter,optional,default=true"` //是否未读数包含私信
|
|
|
}
|
|
|
|
|
|
type MessageListResp struct {
|