From 9a3031e1a879af1fec2ea7ab88f33889d1e7679a Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 26 十月 2023 17:36:02 +0800 Subject: [PATCH] fix --- model/request/task.go | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/model/request/task.go b/model/request/task.go index b1b8ba8..614b629 100644 --- a/model/request/task.go +++ b/model/request/task.go @@ -18,13 +18,11 @@ } type SendProcessParams struct { - ProcedureId uint `json:"procedureId" binding:"required"` - Channel int32 `json:"channel"` + ProcedureId uint `json:"procedureId" binding:"required"` } type GetProductProgress struct { - ProcedureId int `json:"procedureId" binding:"required"` - Channel int32 `json:"channel"` + Channel int32 `json:"channel"` } // ProcessModelList 宸ヨ壓鍙傛暟鍒楄〃璇锋眰鍙傛暟 -- Gitblit v1.8.0