From 08e7f0e4148808ce435b213f09dc8b80eebb6613 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 26 十月 2023 11:00:24 +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