package request type TaskHistoryReq struct { TaskId int `json:"task_id" form:"task_id" binding:"required"` // 主键ID Pagination }