| | |
| | | properties: |
| | | id: |
| | | type: integer |
| | | name: |
| | | modeType: |
| | | type: string |
| | | systemType: |
| | | name: |
| | | type: string |
| | | value: |
| | | type: string |
| | |
| | | sets: |
| | | items: |
| | | $ref: '#/definitions/model.SystemSet' |
| | | type: array |
| | | systemTypes: |
| | | items: |
| | | type: string |
| | | type: array |
| | | type: object |
| | | request.SetAuthorityMenu: |
| | |
| | | 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: |