aa
This commit is contained in:
@@ -168,7 +168,7 @@ func GetPrintMessages(c *gin.Context) {
|
||||
MsgID string `json:"msg_id" form:"msg_id"` //消息ID
|
||||
BeginAt string `json:"begin_at" form:"begin_at"` //开始时间 默认一周内
|
||||
EndAt string `json:"end_at" form:"end_at"`
|
||||
Offset int `json:"offset" form:"offset" binding:"required"`
|
||||
Offset int `json:"offset" form:"offset"`
|
||||
PageSize int `json:"page_size" form:"page_size" binding:"required"`
|
||||
}{}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user