From d91a802e7aa2ad4075ed803b8ddc7536a91a0ef0 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 27 十月 2023 20:33:06 +0800 Subject: [PATCH] update --- 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