From dd97f2626579ca8be69b9b6d68ce9d592b62eb6a Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 22 十二月 2023 15:03:26 +0800
Subject: [PATCH] 使用系统设置修改

---
 docs/docs.go |   38 ++++++++++++++++++++++++++++++--------
 1 files changed, 30 insertions(+), 8 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index abad8f3..8070cac 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -9851,6 +9851,34 @@
                 }
             }
         },
+        "/api/system/useSystemSet/{modeType}": {
+            "get": {
+                "produces": [
+                    "application/json"
+                ],
+                "tags": [
+                    "绯荤粺璁剧疆"
+                ],
+                "summary": "浣跨敤绯荤粺璁剧疆",
+                "parameters": [
+                    {
+                        "type": "string",
+                        "description": "鏌ヨ鍙傛暟",
+                        "name": "modeType",
+                        "in": "path",
+                        "required": true
+                    }
+                ],
+                "responses": {
+                    "200": {
+                        "description": "OK",
+                        "schema": {
+                            "$ref": "#/definitions/response.ListResponse"
+                        }
+                    }
+                }
+            }
+        },
         "/api/timeSpent/add": {
             "post": {
                 "produces": [
@@ -13415,10 +13443,10 @@
                 "id": {
                     "type": "integer"
                 },
-                "name": {
+                "modeType": {
                     "type": "string"
                 },
-                "systemType": {
+                "name": {
                     "type": "string"
                 },
                 "value": {
@@ -16385,12 +16413,6 @@
                     "type": "array",
                     "items": {
                         "$ref": "#/definitions/model.SystemSet"
-                    }
-                },
-                "systemTypes": {
-                    "type": "array",
-                    "items": {
-                        "type": "string"
                     }
                 }
             }

--
Gitblit v1.8.0