From 9f78e3b126b15a9b331c3a1a318da1ceea30114c Mon Sep 17 00:00:00 2001 From: yinbangzhong <zhongbangyin@126.com> Date: 星期一, 29 七月 2024 16:15:52 +0800 Subject: [PATCH] export --- docs/docs.go | 261 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 253 insertions(+), 8 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 0a3a707..06133b6 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -117,6 +117,11 @@ "parameters": [ { "type": "integer", + "name": "fileType", + "in": "query" + }, + { + "type": "integer", "name": "id", "in": "query", "required": true @@ -135,6 +140,131 @@ "properties": { "data": { "$ref": "#/definitions/models.Audio" + } + } + } + ] + } + } + } + } + }, + "/api-sa/v1/audio/export": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "闊抽妫�绱㈢粨鏋滃埌澶�" + ], + "summary": "闊抽妫�绱㈢粨鏋滃埌澶�", + "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" + }, + { + "type": "string", + "description": "鏈鸿溅鍙�", + "name": "locomotiveNumber", + "in": "query" + }, + { + "type": "integer", + "description": "椤电爜", + "name": "page", + "in": "query" + }, + { + "type": "integer", + "description": "姣忛〉澶у皬", + "name": "pageSize", + "in": "query" + }, + { + "type": "string", + "description": "杞︾珯鍙�", + "name": "stationNumber", + "in": "query" + }, + { + "type": "array", + "items": { + "enum": [ + 0, + 1, + 2, + 3, + 4 + ], + "type": "integer" + }, + "collectionFormat": "csv", + "description": "闊抽鐘舵�佹暟缁�", + "name": "statusList", + "in": "query" + }, + { + "type": "string", + "description": "杞︽", + "name": "trainNumber", + "in": "query" + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/util.ResponseList" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/definitions/models.Audio" + } } } } @@ -196,6 +326,11 @@ ], "summary": "闊抽璇︽儏锛屽惈瑙f瀽缁撴灉", "parameters": [ + { + "type": "integer", + "name": "fileType", + "in": "query" + }, { "type": "integer", "name": "id", @@ -350,6 +485,37 @@ } } }, + "/api-sa/v1/audio/preLoadPath": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "闊抽鑷姩鍔犺浇璺緞" + ], + "summary": "闊抽鑷姩鍔犺浇璺緞", + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/util.Response" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/definitions/response.PreLoadPathResp" + } + } + } + ] + } + } + } + } + }, "/api-sa/v1/audio/process": { "post": { "produces": [ @@ -457,6 +623,9 @@ }, "/api-sa/v1/audio/upload": { "post": { + "consumes": [ + "multipart/form-data" + ], "produces": [ "application/json" ], @@ -466,19 +635,13 @@ "summary": "涓婁紶闊抽", "parameters": [ { - "type": "file", - "description": "闊抽鏂囦欢", - "name": "file", - "in": "formData" - }, - { "type": "array", "items": { "type": "file" }, "collectionFormat": "csv", - "description": "澶氫釜闊抽鏂囦欢", - "name": "files", + "description": "澶氭枃浠朵笂浼�", + "name": "file", "in": "formData" } ], @@ -501,6 +664,36 @@ "鏂囧瓧搴�" ], "summary": "鏂板鏂囧瓧", + "parameters": [ + { + "description": "鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.AddTextReq" + } + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" + } + } + } + } + }, + "/api-sa/v1/text/delete": { + "delete": { + "produces": [ + "application/json" + ], + "tags": [ + "鏂囧瓧搴�" + ], + "summary": "淇敼鏂囧瓧", "parameters": [ { "description": "鍙傛暟", @@ -571,6 +764,36 @@ } } ] + } + } + } + } + }, + "/api-sa/v1/text/update": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "鏂囧瓧搴�" + ], + "summary": "淇敼鏂囧瓧", + "parameters": [ + { + "description": "鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.AddTextReq" + } + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "$ref": "#/definitions/util.Response" } } } @@ -683,6 +906,10 @@ } ] }, + "kilometerMarker": { + "description": "鍏噷鏍�", + "type": "string" + }, "locomotiveNumber": { "description": "鏈鸿溅鍙�", "type": "string" @@ -692,6 +919,10 @@ "type": "string" }, "occurrenceTime": { + "type": "string" + }, + "routeNumber": { + "description": "浜よ矾鍙�", "type": "string" }, "score": { @@ -791,6 +1022,9 @@ "description": "闊抽鍚嶇О", "type": "string" }, + "id": { + "type": "integer" + }, "locomotiveNumber": { "description": "鏈鸿溅鍙�", "type": "string" @@ -828,6 +1062,9 @@ "id" ], "properties": { + "fileType": { + "type": "integer" + }, "id": { "type": "integer" } @@ -846,6 +1083,14 @@ } } }, + "response.PreLoadPathResp": { + "type": "object", + "properties": { + "preLoadPath": { + "type": "string" + } + } + }, "util.Response": { "type": "object", "properties": { -- Gitblit v1.8.0