From 3e72a10e4e596451efdfebf6b0b3105a0e6da39b Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 27 十月 2023 16:05:53 +0800
Subject: [PATCH] add log
---
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