| | |
| | | totalNumber: |
| | | type: integer |
| | | type: object |
| | | response.TaskCountdown: |
| | | properties: |
| | | countDownHour: |
| | | description: 倒计时 时 |
| | | type: integer |
| | | countDownMinute: |
| | | description: 倒计时 分 |
| | | type: integer |
| | | showCountDown: |
| | | description: 是否展示倒计时 |
| | | type: boolean |
| | | type: object |
| | | response.TaskData: |
| | | properties: |
| | | deviceName: |
| | |
| | | summary: 更新plc品牌 |
| | | tags: |
| | | - plc品牌 |
| | | /v1/task/countdown: |
| | | get: |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/contextx.Response' |
| | | - properties: |
| | | data: |
| | | $ref: '#/definitions/response.TaskCountdown' |
| | | type: object |
| | | summary: 新任务倒计时 |
| | | tags: |
| | | - Task |
| | | /v1/task/finish/{id}: |
| | | put: |
| | | parameters: |