yinbangzhong
2024-06-20 a5429b8a83e1b4a48c2a3b9b0b475f08a114837c
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"
@@ -118,6 +117,11 @@
                "parameters": [
                    {
                        "type": "integer",
                        "name": "fileType",
                        "in": "query"
                    },
                    {
                        "type": "integer",
                        "name": "id",
                        "in": "query",
                        "required": true
@@ -197,6 +201,11 @@
                ],
                "summary": "音频详情,含解析结果",
                "parameters": [
                    {
                        "type": "integer",
                        "name": "fileType",
                        "in": "query"
                    },
                    {
                        "type": "integer",
                        "name": "id",
@@ -351,6 +360,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": [
@@ -458,6 +498,9 @@
        },
        "/api-sa/v1/audio/upload": {
            "post": {
                "consumes": [
                    "multipart/form-data"
                ],
                "produces": [
                    "application/json"
                ],
@@ -467,11 +510,14 @@
                "summary": "上传音频",
                "parameters": [
                    {
                        "type": "file",
                        "description": "音频文件",
                        "type": "array",
                        "items": {
                            "type": "file"
                        },
                        "collectionFormat": "csv",
                        "description": "多文件上传",
                        "name": "file",
                        "in": "formData",
                        "required": true
                        "in": "formData"
                    }
                ],
                "responses": {
@@ -493,6 +539,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": "参数",
@@ -563,6 +639,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"
                        }
                    }
                }
@@ -675,6 +781,10 @@
                        }
                    ]
                },
                "kilometerMarker": {
                    "description": "公里标",
                    "type": "string"
                },
                "locomotiveNumber": {
                    "description": "机车号",
                    "type": "string"
@@ -684,6 +794,10 @@
                    "type": "string"
                },
                "occurrenceTime": {
                    "type": "string"
                },
                "routeNumber": {
                    "description": "交路号",
                    "type": "string"
                },
                "score": {
@@ -783,6 +897,9 @@
                    "description": "音频名称",
                    "type": "string"
                },
                "id": {
                    "type": "integer"
                },
                "locomotiveNumber": {
                    "description": "机车号",
                    "type": "string"
@@ -820,6 +937,9 @@
                "id"
            ],
            "properties": {
                "fileType": {
                    "type": "integer"
                },
                "id": {
                    "type": "integer"
                }
@@ -838,6 +958,14 @@
                }
            }
        },
        "response.PreLoadPathResp": {
            "type": "object",
            "properties": {
                "preLoadPath": {
                    "type": "string"
                }
            }
        },
        "util.Response": {
            "type": "object",
            "properties": {