From bf2b61519fd0d79ddb19f0469749fbbe1d6c4ad8 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期四, 19 十月 2023 17:23:50 +0800 Subject: [PATCH] 为保证正确获取集群状态, 添加程序启动时读取system-service运行状态 --- 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