From f75b6f9ee6b2c542d52b4a11113bd281b421c4c0 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 17 十月 2023 19:34:30 +0800 Subject: [PATCH] 定时任务分master模式和非master模式 --- model/request/task.go | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/model/request/task.go b/model/request/task.go index b1b8ba8..6198d95 100644 --- a/model/request/task.go +++ b/model/request/task.go @@ -18,8 +18,7 @@ } type SendProcessParams struct { - ProcedureId uint `json:"procedureId" binding:"required"` - Channel int32 `json:"channel"` + ProcedureId uint `json:"procedureId" binding:"required"` } type GetProductProgress struct { -- Gitblit v1.8.0