From 550bd8a218224e6c73201f444387d66a299f438b Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 15 八月 2023 19:56:35 +0800 Subject: [PATCH] 消费排程任务存储任务数据,给前端展示任务列表 --- api/v1/notice.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/api/v1/notice.go b/api/v1/notice.go index cd3bed8..53b7a01 100644 --- a/api/v1/notice.go +++ b/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 -- Gitblit v1.8.0