| | |
| | | msg: |
| | | type: string |
| | | type: object |
| | | response.Message: |
| | | properties: |
| | | data: {} |
| | | event: |
| | | type: string |
| | | type: object |
| | | response.ProcessParams: |
| | | properties: |
| | | key: |
| | |
| | | summary: 任务开始(获取工艺参数) |
| | | tags: |
| | | - Task |
| | | /v1/task/updateProcessParams: |
| | | post: |
| | | parameters: |
| | | - description: 查询参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.SendProcessParams' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/contextx.Response' |
| | | summary: 更新工艺参数(进行中的任务) |
| | | tags: |
| | | - Task |
| | | swagger: "2.0" |