| | |
| | | "parameters": [ |
| | | { |
| | | "type": "integer", |
| | | "name": "fileType", |
| | | "in": "query" |
| | | }, |
| | | { |
| | | "type": "integer", |
| | | "name": "id", |
| | | "in": "query", |
| | | "required": true |
| | |
| | | ], |
| | | "summary": "音频详情,含解析结果", |
| | | "parameters": [ |
| | | { |
| | | "type": "integer", |
| | | "name": "fileType", |
| | | "in": "query" |
| | | }, |
| | | { |
| | | "type": "integer", |
| | | "name": "id", |
| | |
| | | }, |
| | | "/api-sa/v1/audio/upload": { |
| | | "post": { |
| | | "consumes": [ |
| | | "multipart/form-data" |
| | | ], |
| | | "produces": [ |
| | | "application/json" |
| | | ], |
| | |
| | | "summary": "上传音频", |
| | | "parameters": [ |
| | | { |
| | | "type": "file", |
| | | "description": "音频文件", |
| | | "name": "file", |
| | | "in": "formData" |
| | | }, |
| | | { |
| | | "type": "array", |
| | | "items": { |
| | | "type": "file" |
| | | }, |
| | | "collectionFormat": "csv", |
| | | "description": "多个音频文件", |
| | | "name": "files", |
| | | "description": "多文件上传", |
| | | "name": "file", |
| | | "in": "formData" |
| | | } |
| | | ], |
| | |
| | | "文字库" |
| | | ], |
| | | "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": "参数", |
| | |
| | | } |
| | | } |
| | | ] |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "/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" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | ] |
| | | }, |
| | | "kilometerMarker": { |
| | | "description": "公里标", |
| | | "type": "string" |
| | | }, |
| | | "locomotiveNumber": { |
| | | "description": "机车号", |
| | | "type": "string" |
| | |
| | | "type": "string" |
| | | }, |
| | | "occurrenceTime": { |
| | | "type": "string" |
| | | }, |
| | | "routeNumber": { |
| | | "description": "交路号", |
| | | "type": "string" |
| | | }, |
| | | "score": { |
| | |
| | | "description": "音频名称", |
| | | "type": "string" |
| | | }, |
| | | "id": { |
| | | "type": "integer" |
| | | }, |
| | | "locomotiveNumber": { |
| | | "description": "机车号", |
| | | "type": "string" |
| | |
| | | "id" |
| | | ], |
| | | "properties": { |
| | | "fileType": { |
| | | "type": "integer" |
| | | }, |
| | | "id": { |
| | | "type": "integer" |
| | | } |