zhangqian
2023-10-08 5d91129464fd4e8a0bfb5c1c11a11710197e2e76
model/request/task.go
@@ -18,8 +18,7 @@
}
type SendProcessParams struct {
   ProcedureId int   `json:"procedureId" binding:"required"`
   Channel     int32 `json:"channel"`
   ProcedureId int `json:"procedureId" binding:"required"`
}
type GetProductProgress struct {