zhangqian
2023-10-12 2ac81143c893d45a498b0a24617f1c1809e1b805
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 {