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