yinbangzhong
2024-06-19 dd2c694c124c4a0f5b1d9c5a876337bd424d697f
docs/swagger.yaml
@@ -192,6 +192,11 @@
        - $ref: '#/definitions/constvar.BoolType'
        description: 1 已关注 2未关注
    type: object
  response.PreLoadPathResp:
    properties:
      preLoadPath:
        type: string
    type: object
  util.Response:
    properties:
      code:
@@ -430,6 +435,23 @@
      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: