fix(session): 修正会话历史查询默认条数
This commit is contained in:
@@ -47,7 +47,7 @@ type GetSessionHistoryReq struct {
|
||||
g.Meta `path:"/sessionHistory" method:"get" tags:"会话管理" summary:"获取会话历史"`
|
||||
SessionId string `json:"sessionId" v:"required#sessionId不能为空" dc:"会话ID"`
|
||||
NodeId string `json:"nodeId" dc:"节点ID"`
|
||||
Size int `json:"size" d:"50" dc:"条数"`
|
||||
Size int `json:"size" d:"10" dc:"条数"`
|
||||
}
|
||||
|
||||
type GetSessionHistoryRes struct {
|
||||
|
||||
Reference in New Issue
Block a user