From cab6eea89a0d82710369604ecb51f1cdb122e433 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期四, 19 十月 2023 17:26:34 +0800
Subject: [PATCH] fix

---
 model/request/task.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/model/request/task.go b/model/request/task.go
index 6be2efa..6198d95 100644
--- a/model/request/task.go
+++ b/model/request/task.go
@@ -18,7 +18,7 @@
 }
 
 type SendProcessParams struct {
-	ProcedureId int `json:"procedureId" binding:"required"`
+	ProcedureId uint `json:"procedureId" binding:"required"`
 }
 
 type GetProductProgress struct {

--
Gitblit v1.8.0