api/v1/notice.go
@@ -17,7 +17,7 @@ // @Summary 任务开启通知 // @Produce application/json // @Param object body request.TaskInfo true "查询参数" // @Success 200 {object} contextx.Response{data=response.LoginResponse} "成功" // @Success 200 {object} contextx.Response{} "成功" // @Router /v1/notice/task/start [post] func (slf *NoticeApi) TaskStart(c *gin.Context) { var params request.TaskInfo