| | |
| | | updatedAt: |
| | | type: string |
| | | type: object |
| | | request.BatchProcessAudio: |
| | | properties: |
| | | ids: |
| | | items: |
| | | type: integer |
| | | type: array |
| | | required: |
| | | - ids |
| | | type: object |
| | | request.ProcessAudio: |
| | | properties: |
| | | id: |
| | |
| | | info: |
| | | contact: {} |
| | | paths: |
| | | /api-sa/v1/audio/batchDelete: |
| | | post: |
| | | parameters: |
| | | - description: 音频信息 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.BatchProcessAudio' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 批量删除音频 |
| | | tags: |
| | | - 音频 |
| | | /api-sa/v1/audio/batchProcess: |
| | | post: |
| | | parameters: |
| | | - description: 音频信息 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.BatchProcessAudio' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 批量处理音频 |
| | | tags: |
| | | - 音频 |
| | | /api-sa/v1/audio/delete: |
| | | post: |
| | | parameters: |
| | | - description: 音频信息 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.ProcessAudio' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 删除音频 |
| | | tags: |
| | | - 音频 |
| | | /api-sa/v1/audio/list: |
| | | get: |
| | | parameters: |