zhangqian
2023-10-09 dad1ae79fe78e770d88f41713b4c68fad562d9ef
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 {