| | |
| | | - $ref: '#/definitions/constvar.BoolType' |
| | | description: 1 已关注 2未关注 |
| | | type: object |
| | | response.PreLoadPathResp: |
| | | properties: |
| | | preLoadPath: |
| | | type: string |
| | | type: object |
| | | util.Response: |
| | | properties: |
| | | code: |
| | |
| | | summary: 音频分析检索 |
| | | tags: |
| | | - 音频 |
| | | /api-sa/v1/audio/preLoadPath: |
| | | get: |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.Response' |
| | | - properties: |
| | | data: |
| | | $ref: '#/definitions/response.PreLoadPathResp' |
| | | type: object |
| | | summary: 音频自动加载路径 |
| | | tags: |
| | | - 音频自动加载路径 |
| | | /api-sa/v1/audio/process: |
| | | post: |
| | | parameters: |