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 |   73 ++++++++++++++++++++++++++++++++++++
 1 files changed, 72 insertions(+), 1 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index cad5c53..d60e36c 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -529,6 +529,36 @@
                 }
             }
         },
+        "/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": [
@@ -578,6 +608,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"
                         }
                     }
                 }
@@ -690,6 +750,10 @@
                         }
                     ]
                 },
+                "kilometerMarker": {
+                    "description": "鍏噷鏍�",
+                    "type": "string"
+                },
                 "locomotiveNumber": {
                     "description": "鏈鸿溅鍙�",
                     "type": "string"
@@ -701,6 +765,10 @@
                 "occurrenceTime": {
                     "type": "string"
                 },
+                "routeNumber": {
+                    "description": "浜よ矾鍙�",
+                    "type": "string"
+                },
                 "score": {
                     "description": "缃俊搴�",
                     "type": "number"
@@ -710,7 +778,7 @@
                     "type": "integer"
                 },
                 "station": {
-                    "description": "鍏噷鏍�",
+                    "description": "杞︾珯",
                     "type": "string"
                 },
                 "trainNumber": {
@@ -798,6 +866,9 @@
                     "description": "闊抽鍚嶇О",
                     "type": "string"
                 },
+                "id": {
+                    "type": "integer"
+                },
                 "locomotiveNumber": {
                     "description": "鏈鸿溅鍙�",
                     "type": "string"

--
Gitblit v1.8.0