| | |
| | | required: |
| | | - timely_rate |
| | | type: object |
| | | request.UpdateVetting: |
| | | properties: |
| | | id: |
| | | type: integer |
| | | status: |
| | | type: integer |
| | | required: |
| | | - id |
| | | - status |
| | | type: object |
| | | response.AccountIdResponse: |
| | | properties: |
| | | list: |
| | |
| | | summary: 添加审批 |
| | | tags: |
| | | - Vetting |
| | | /api/vetting/update: |
| | | post: |
| | | parameters: |
| | | - description: 查询参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.UpdateVetting' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: OK |
| | | schema: |
| | | $ref: '#/definitions/contextx.Response' |
| | | summary: 更新审批 |
| | | tags: |
| | | - Vetting |
| | | swagger: "2.0" |