api/v1/task.go
@@ -418,8 +418,8 @@ // @Tags Task // @Summary 获取任务列表2 // @Produce application/json // @Param object query request.SimpleTaskList true "查询参数" // @Success 200 {object} contextx.Response{data=map[int32]response.taskResponse} "成功" // @Param object query request.TaskListByChannel true "查询参数" // @Success 200 {object} contextx.Response{data=map[int32]response.TaskResponse} "成功" // @Router /v1/task/listByChannel [get] func (slf *TaskApi) TaskListByChannel(c *gin.Context) { var params request.TaskListByChannel