From dc9fe5e0a7655d3a4245884c9a4e3c58e59d305c Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 22 十二月 2023 14:25:55 +0800 Subject: [PATCH] 系统设置保存修改 --- docs/swagger.yaml | 26 ++++++++++++++++++++------ 1 files changed, 20 insertions(+), 6 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 626e44f..d1eba5a 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -2121,9 +2121,9 @@ properties: id: type: integer - name: + modeType: type: string - systemType: + name: type: string value: type: string @@ -4160,10 +4160,6 @@ sets: items: $ref: '#/definitions/model.SystemSet' - type: array - systemTypes: - items: - type: string type: array type: object request.SetAuthorityMenu: @@ -12486,6 +12482,24 @@ summary: 淇濆瓨绯荤粺璁剧疆 tags: - 绯荤粺璁剧疆 + /api/system/useSystemSet/{modeType}: + get: + parameters: + - description: 鏌ヨ鍙傛暟 + in: path + name: modeType + required: true + type: string + produces: + - application/json + responses: + "200": + description: OK + schema: + $ref: '#/definitions/response.ListResponse' + summary: 浣跨敤绯荤粺璁剧疆 + tags: + - 绯荤粺璁剧疆 /api/timeSpent/add: post: parameters: -- Gitblit v1.8.0