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 |  745 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 728 insertions(+), 17 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index d16d13e..06133b6 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"
@@ -17,7 +16,7 @@
     "basePath": "{{.BasePath}}",
     "paths": {
         "/api-sa/v1/audio/batchDelete": {
-            "post": {
+            "delete": {
                 "produces": [
                     "application/json"
                 ],
@@ -27,7 +26,7 @@
                 "summary": "鎵归噺鍒犻櫎闊抽",
                 "parameters": [
                     {
-                        "description": "闊抽淇℃伅",
+                        "description": "鍙傛暟",
                         "name": "object",
                         "in": "body",
                         "required": true,
@@ -57,7 +56,7 @@
                 "summary": "鎵归噺澶勭悊闊抽",
                 "parameters": [
                     {
-                        "description": "闊抽淇℃伅",
+                        "description": "鍙傛暟",
                         "name": "object",
                         "in": "body",
                         "required": true,
@@ -77,7 +76,7 @@
             }
         },
         "/api-sa/v1/audio/delete": {
-            "post": {
+            "delete": {
                 "produces": [
                     "application/json"
                 ],
@@ -87,7 +86,7 @@
                 "summary": "鍒犻櫎闊抽",
                 "parameters": [
                     {
-                        "description": "闊抽淇℃伅",
+                        "description": "鍙傛暟",
                         "name": "object",
                         "in": "body",
                         "required": true,
@@ -106,7 +105,7 @@
                 }
             }
         },
-        "/api-sa/v1/audio/list": {
+        "/api-sa/v1/audio/download": {
             "get": {
                 "produces": [
                     "application/json"
@@ -114,12 +113,86 @@
                 "tags": [
                     "闊抽"
                 ],
-                "summary": "闊抽鍒嗘瀽妫�绱�",
+                "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/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"
                     },
                     {
@@ -150,6 +223,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"
                     },
                     {
@@ -184,6 +274,248 @@
                 }
             }
         },
+        "/api-sa/v1/audio/follow": {
+            "post": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "闊抽"
+                ],
+                "summary": "鍏虫敞/鍙栨秷鍏虫敞",
+                "parameters": [
+                    {
+                        "description": "鍙傛暟",
+                        "name": "object",
+                        "in": "body",
+                        "required": true,
+                        "schema": {
+                            "$ref": "#/definitions/request.FollowReq"
+                        }
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.Response"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "$ref": "#/definitions/response.FollowResp"
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/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": [
+                    "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"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
+        "/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": [
@@ -195,7 +527,7 @@
                 "summary": "澶勭悊闊抽",
                 "parameters": [
                     {
-                        "description": "闊抽淇℃伅",
+                        "description": "鍙傛暟",
                         "name": "object",
                         "in": "body",
                         "required": true,
@@ -214,8 +546,86 @@
                 }
             }
         },
+        "/api-sa/v1/audio/trainInfoList": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "闊抽"
+                ],
+                "summary": "鑾峰彇鐏溅淇℃伅",
+                "parameters": [
+                    {
+                        "enum": [
+                            1,
+                            2,
+                            3
+                        ],
+                        "type": "integer",
+                        "x-enum-comments": {
+                            "ClassLocomotive": "鏈鸿溅",
+                            "ClassStation": "杞︾珯",
+                            "ClassTrain": "杞︽"
+                        },
+                        "x-enum-varnames": [
+                            "ClassLocomotive",
+                            "ClassTrain",
+                            "ClassStation"
+                        ],
+                        "description": "淇℃伅鍒嗙被 1鏈鸿溅2杞︽3杞︾珯",
+                        "name": "class",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "description": "椤电爜",
+                        "name": "page",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "description": "姣忛〉澶у皬",
+                        "name": "pageSize",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "description": "涓婄骇id",
+                        "name": "parentID",
+                        "in": "query"
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "array",
+                                            "items": {
+                                                "$ref": "#/definitions/models.TrainInfo"
+                                            }
+                                        }
+                                    }
+                                }
+                            ]
+                        }
+                    }
+                }
+            }
+        },
         "/api-sa/v1/audio/upload": {
             "post": {
+                "consumes": [
+                    "multipart/form-data"
+                ],
                 "produces": [
                     "application/json"
                 ],
@@ -225,11 +635,158 @@
                 "summary": "涓婁紶闊抽",
                 "parameters": [
                     {
-                        "type": "file",
-                        "description": "闊抽鏂囦欢",
+                        "type": "array",
+                        "items": {
+                            "type": "file"
+                        },
+                        "collectionFormat": "csv",
+                        "description": "澶氭枃浠朵笂浼�",
                         "name": "file",
-                        "in": "formData",
-                        "required": true
+                        "in": "formData"
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "$ref": "#/definitions/util.Response"
+                        }
+                    }
+                }
+            }
+        },
+        "/api-sa/v1/text/add": {
+            "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"
+                        }
+                    }
+                }
+            }
+        },
+        "/api-sa/v1/text/delete": {
+            "delete": {
+                "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"
+                        }
+                    }
+                }
+            }
+        },
+        "/api-sa/v1/text/list": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "鏂囧瓧搴�"
+                ],
+                "summary": "鏂囧瓧搴撳垪琛�",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "description": "鍏抽敭瀛�",
+                        "name": "keyword",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "description": "椤电爜",
+                        "name": "page",
+                        "in": "query"
+                    },
+                    {
+                        "type": "integer",
+                        "description": "姣忛〉澶у皬",
+                        "name": "pageSize",
+                        "in": "query"
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "鎴愬姛",
+                        "schema": {
+                            "allOf": [
+                                {
+                                    "$ref": "#/definitions/util.ResponseList"
+                                },
+                                {
+                                    "type": "object",
+                                    "properties": {
+                                        "data": {
+                                            "type": "array",
+                                            "items": {
+                                                "$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": {
@@ -283,6 +840,24 @@
                 "BoolTypeFalse"
             ]
         },
+        "constvar.Class": {
+            "type": "integer",
+            "enum": [
+                1,
+                2,
+                3
+            ],
+            "x-enum-comments": {
+                "ClassLocomotive": "鏈鸿溅",
+                "ClassStation": "杞︾珯",
+                "ClassTrain": "杞︽"
+            },
+            "x-enum-varnames": [
+                "ClassLocomotive",
+                "ClassTrain",
+                "ClassStation"
+            ]
+        },
         "gorm.DeletedAt": {
             "type": "object",
             "properties": {
@@ -306,6 +881,10 @@
                         }
                     ]
                 },
+                "audioText": {
+                    "description": "瑙f瀽鍑虹殑鏂囨湰",
+                    "type": "string"
+                },
                 "createdAt": {
                     "type": "string"
                 },
@@ -327,6 +906,10 @@
                         }
                     ]
                 },
+                "kilometerMarker": {
+                    "description": "鍏噷鏍�",
+                    "type": "string"
+                },
                 "locomotiveNumber": {
                     "description": "鏈鸿溅鍙�",
                     "type": "string"
@@ -338,12 +921,20 @@
                 "occurrenceTime": {
                     "type": "string"
                 },
+                "routeNumber": {
+                    "description": "浜よ矾鍙�",
+                    "type": "string"
+                },
+                "score": {
+                    "description": "缃俊搴�",
+                    "type": "number"
+                },
                 "size": {
                     "description": "闊抽澶у皬",
                     "type": "integer"
                 },
-                "stationNumber": {
-                    "description": "杞︾珯鍙�",
+                "station": {
+                    "description": "杞︾珯",
                     "type": "string"
                 },
                 "trainNumber": {
@@ -351,6 +942,91 @@
                     "type": "string"
                 },
                 "updatedAt": {
+                    "type": "string"
+                },
+                "words": {
+                    "description": "鍖归厤鍒扮殑鏂囧瓧鏁扮粍",
+                    "type": "array",
+                    "items": {
+                        "type": "string"
+                    }
+                }
+            }
+        },
+        "models.TrainInfo": {
+            "type": "object",
+            "properties": {
+                "class": {
+                    "description": "鍒嗙被  1 鏈鸿溅 2杞︽ 3 杞︾珯",
+                    "allOf": [
+                        {
+                            "$ref": "#/definitions/constvar.Class"
+                        }
+                    ]
+                },
+                "createdAt": {
+                    "type": "string"
+                },
+                "deletedAt": {
+                    "$ref": "#/definitions/gorm.DeletedAt"
+                },
+                "id": {
+                    "type": "integer"
+                },
+                "name": {
+                    "description": "鍚嶇О",
+                    "type": "string"
+                },
+                "parentID": {
+                    "description": "涓婄骇id",
+                    "type": "integer"
+                },
+                "updatedAt": {
+                    "type": "string"
+                }
+            }
+        },
+        "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": [
+                "content",
+                "locomotiveNumber"
+            ],
+            "properties": {
+                "content": {
+                    "description": "闊抽鍚嶇О",
+                    "type": "string"
+                },
+                "id": {
+                    "type": "integer"
+                },
+                "locomotiveNumber": {
+                    "description": "鏈鸿溅鍙�",
                     "type": "string"
                 }
             }
@@ -369,7 +1045,7 @@
                 }
             }
         },
-        "request.ProcessAudio": {
+        "request.FollowReq": {
             "type": "object",
             "required": [
                 "id"
@@ -380,6 +1056,41 @@
                 }
             }
         },
+        "request.ProcessAudio": {
+            "type": "object",
+            "required": [
+                "id"
+            ],
+            "properties": {
+                "fileType": {
+                    "type": "integer"
+                },
+                "id": {
+                    "type": "integer"
+                }
+            }
+        },
+        "response.FollowResp": {
+            "type": "object",
+            "properties": {
+                "followStatus": {
+                    "description": "1 宸插叧娉� 2鏈叧娉�",
+                    "allOf": [
+                        {
+                            "$ref": "#/definitions/constvar.BoolType"
+                        }
+                    ]
+                }
+            }
+        },
+        "response.PreLoadPathResp": {
+            "type": "object",
+            "properties": {
+                "preLoadPath": {
+                    "type": "string"
+                }
+            }
+        },
         "util.Response": {
             "type": "object",
             "properties": {

--
Gitblit v1.8.0