From dc962c6426829f6c843bb57fb89627974667470c Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 17 五月 2024 15:50:07 +0800 Subject: [PATCH] 音频检索增加时间范围和是否关注的搜索条件 --- docs/swagger.yaml | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index e16406b..e6ed566 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -313,10 +313,31 @@ /api-sa/v1/audio/list: get: parameters: + - description: 寮�濮嬫椂闂� + in: query + name: beginTime + type: string - description: 鍙告満鍙� in: query name: driverNumber type: string + - description: 缁撴潫鏃堕棿 + in: query + name: endTime + type: string + - description: 鏄惁鍏虫敞 1鍏虫敞 2鏈叧娉� + enum: + - 1 + - 2 + in: query + name: isFollowed + type: integer + x-enum-comments: + BoolTypeFalse: "false" + BoolTypeTrue: "true" + x-enum-varnames: + - BoolTypeTrue + - BoolTypeFalse - description: 鍏抽敭瀛� in: query name: keyword -- Gitblit v1.8.0