| | |
| | | username: |
| | | type: string |
| | | type: object |
| | | request.Login: |
| | | request.TaskInfo: |
| | | properties: |
| | | captcha: |
| | | description: 验证码 |
| | | device: |
| | | description: 设备 |
| | | type: string |
| | | captchaId: |
| | | description: 验证码ID |
| | | orderId: |
| | | description: 订单号 |
| | | type: string |
| | | password: |
| | | description: 密码 |
| | | description: 产品 |
| | | type: string |
| | | username: |
| | | description: 用户名 |
| | | procedure: |
| | | description: 工序 |
| | | type: string |
| | | workOrder: |
| | | description: 工单 |
| | | type: string |
| | | type: object |
| | | response.LoginResponse: |
| | |
| | | info: |
| | | contact: {} |
| | | paths: |
| | | /api/base/login: |
| | | /v1/notice/task/start: |
| | | post: |
| | | parameters: |
| | | - description: 查询参数 |
| | |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.Login' |
| | | $ref: '#/definitions/request.TaskInfo' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | |
| | | data: |
| | | $ref: '#/definitions/response.LoginResponse' |
| | | type: object |
| | | summary: 用户登录 |
| | | summary: 任务开启通知 |
| | | tags: |
| | | - Base |
| | | swagger: "2.0" |