|
@@ -87,7 +87,7 @@ type MessageListReq struct {
|
|
|
AppId string `header:"appId"`
|
|
|
EntId int64 `header:"entId,optional"`
|
|
|
SortSize int64 `json:"sortSize,optional"` //分类获取数
|
|
|
- Offset int64 `json:"offset"` //
|
|
|
+ Offset int64 `json:"offset,optional"` //
|
|
|
Size int64 `json:"size,optional"`
|
|
|
MsgType int64 `json:"msgType,optional"`
|
|
|
IsRead int64 `json:"isRead,optional"`
|