From be7a1df7cf42ef9386c7fe7ef3a51c9f6f64dc95 Mon Sep 17 00:00:00 2001 From: yinbangzhong <zhongbangyin@126.com> Date: 星期二, 18 六月 2024 17:04:24 +0800 Subject: [PATCH] word update delete --- docs/docs.go | 296 ++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 263 insertions(+), 33 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 64c129c..d60e36c 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1,5 +1,4 @@ -// Code generated by swaggo/swag. DO NOT EDIT. - +// Package docs Code generated by swaggo/swag. DO NOT EDIT package docs import "github.com/swaggo/swag" @@ -106,6 +105,50 @@ } } }, + "/api-sa/v1/audio/download": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "闊抽" + ], + "summary": "闊抽涓嬭浇", + "parameters": [ + { + "type": "integer", + "name": "fileType", + "in": "query" + }, + { + "type": "integer", + "name": "id", + "in": "query", + "required": true + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/util.Response" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/definitions/models.Audio" + } + } + } + ] + } + } + } + } + }, "/api-sa/v1/audio/follow": { "post": { "produces": [ @@ -148,6 +191,50 @@ } } }, + "/api-sa/v1/audio/info": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "闊抽" + ], + "summary": "闊抽璇︽儏锛屽惈瑙f瀽缁撴灉", + "parameters": [ + { + "type": "integer", + "name": "fileType", + "in": "query" + }, + { + "type": "integer", + "name": "id", + "in": "query", + "required": true + } + ], + "responses": { + "200": { + "description": "鎴愬姛", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/util.Response" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/definitions/models.Audio" + } + } + } + ] + } + } + } + } + }, "/api-sa/v1/audio/list": { "get": { "produces": [ @@ -160,8 +247,38 @@ "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" }, { @@ -192,6 +309,23 @@ "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" }, { @@ -333,6 +467,9 @@ }, "/api-sa/v1/audio/upload": { "post": { + "consumes": [ + "multipart/form-data" + ], "produces": [ "application/json" ], @@ -342,11 +479,14 @@ "summary": "涓婁紶闊抽", "parameters": [ { - "type": "file", - "description": "闊抽鏂囦欢", + "type": "array", + "items": { + "type": "file" + }, + "collectionFormat": "csv", + "description": "澶氭枃浠朵笂浼�", "name": "file", - "in": "formData", - "required": true + "in": "formData" } ], "responses": { @@ -368,6 +508,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": "鍙傛暟", @@ -432,12 +602,42 @@ "data": { "type": "array", "items": { - "$ref": "#/definitions/models.Text" + "$ref": "#/definitions/models.Word" } } } } ] + } + } + } + } + }, + "/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" } } } @@ -525,6 +725,10 @@ } ] }, + "audioText": { + "description": "瑙f瀽鍑虹殑鏂囨湰", + "type": "string" + }, "createdAt": { "type": "string" }, @@ -546,6 +750,10 @@ } ] }, + "kilometerMarker": { + "description": "鍏噷鏍�", + "type": "string" + }, "locomotiveNumber": { "description": "鏈鸿溅鍙�", "type": "string" @@ -555,6 +763,10 @@ "type": "string" }, "occurrenceTime": { + "type": "string" + }, + "routeNumber": { + "description": "浜よ矾鍙�", "type": "string" }, "score": { @@ -575,31 +787,13 @@ }, "updatedAt": { "type": "string" - } - } - }, - "models.Text": { - "type": "object", - "properties": { - "content": { - "description": "闊抽鍚嶇О", - "type": "string" }, - "createdAt": { - "type": "string" - }, - "deletedAt": { - "$ref": "#/definitions/gorm.DeletedAt" - }, - "id": { - "type": "integer" - }, - "locomotiveNumber": { - "description": "鏈鸿溅鍙�", - "type": "string" - }, - "updatedAt": { - "type": "string" + "words": { + "description": "鍖归厤鍒扮殑鏂囧瓧鏁扮粍", + "type": "array", + "items": { + "type": "string" + } } } }, @@ -607,7 +801,7 @@ "type": "object", "properties": { "class": { - "description": "鍒嗙被", + "description": "鍒嗙被 1 鏈鸿溅 2杞︽ 3 杞︾珯", "allOf": [ { "$ref": "#/definitions/constvar.Class" @@ -636,6 +830,31 @@ } } }, + "models.Word": { + "type": "object", + "properties": { + "content": { + "description": "鏂囧瓧", + "type": "string" + }, + "createdAt": { + "type": "string" + }, + "deletedAt": { + "$ref": "#/definitions/gorm.DeletedAt" + }, + "id": { + "type": "integer" + }, + "locomotiveNumber": { + "description": "鏈鸿溅鍙�", + "type": "string" + }, + "updatedAt": { + "type": "string" + } + } + }, "request.AddTextReq": { "type": "object", "required": [ @@ -646,6 +865,9 @@ "content": { "description": "闊抽鍚嶇О", "type": "string" + }, + "id": { + "type": "integer" }, "locomotiveNumber": { "description": "鏈鸿溅鍙�", @@ -684,6 +906,9 @@ "id" ], "properties": { + "fileType": { + "type": "integer" + }, "id": { "type": "integer" } @@ -693,7 +918,12 @@ "type": "object", "properties": { "followStatus": { - "$ref": "#/definitions/constvar.BoolType" + "description": "1 宸插叧娉� 2鏈叧娉�", + "allOf": [ + { + "$ref": "#/definitions/constvar.BoolType" + } + ] } } }, -- Gitblit v1.8.0