|
@@ -102,7 +102,7 @@ type MessageListReq struct {
|
|
|
IsMsgList bool `json:"isMsgList"` //是否需要列表信息
|
|
|
IsContainLetter bool `json:"isContainLetter,optional,default=true"` //是否未读数包含私信
|
|
|
IsClassSearch bool `json:"isClassSearch,optional"` // 是否为具体分类查询
|
|
|
- IsfilterActive bool `json:"isfilterActive"` //是否过滤活动通知消息
|
|
|
+ IsfilterActive bool `json:"isfilterActive,optional"` //是否过滤活动通知消息
|
|
|
}
|
|
|
|
|
|
type MessageListResp struct {
|