12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325 |
- basePath: /
- definitions:
- api.AddMenuAuthorityInfo:
- properties:
- authorityId:
- type: string
- menus:
- items:
- $ref: '#/definitions/sysModel.SysBaseMenu'
- type: array
- type: object
- api.AuthorityIdInfo:
- properties:
- authorityId:
- type: string
- type: object
- api.ChangePasswordStutrc:
- properties:
- newPassword:
- type: string
- password:
- type: string
- username:
- type: string
- type: object
- api.CreateApiParams:
- properties:
- description:
- type: string
- path:
- type: string
- type: object
- api.CreateAuthorityParams:
- properties:
- authorityId:
- type: string
- authorityName:
- type: string
- type: object
- api.DeleteAuthorityPatams:
- properties:
- authorityId:
- type: integer
- type: object
- api.GetById:
- properties:
- id:
- type: number
- type: object
- api.IdInfo:
- properties:
- id:
- type: number
- type: object
- api.RegisterAndLoginStruct:
- properties:
- captcha:
- type: string
- captchaId:
- type: string
- password:
- type: string
- username:
- type: string
- type: object
- api.SetUserAuth:
- properties:
- authorityId:
- type: string
- uuid:
- type: string
- type: object
- config.CasbinConfig:
- properties:
- modelPath:
- description: casbin model地址配置
- type: string
- type: object
- config.Config:
- properties:
- casbinConfig:
- $ref: '#/definitions/config.CasbinConfig'
- type: object
- jwt:
- $ref: '#/definitions/config.JWT'
- type: object
- mysqlAdmin:
- $ref: '#/definitions/config.MysqlAdmin'
- type: object
- qiniu:
- $ref: '#/definitions/config.Qiniu'
- type: object
- redisAdmin:
- $ref: '#/definitions/config.RedisAdmin'
- type: object
- system:
- $ref: '#/definitions/config.System'
- type: object
- type: object
- config.JWT:
- properties:
- signingKey:
- type: string
- type: object
- config.MysqlAdmin:
- properties:
- config:
- type: string
- dbname:
- type: string
- password:
- type: string
- path:
- type: string
- username:
- type: string
- type: object
- config.Qiniu:
- properties:
- accessKey:
- type: string
- secretKey:
- type: string
- type: object
- config.RedisAdmin:
- properties:
- addr:
- type: string
- db:
- type: integer
- password:
- type: string
- type: object
- config.System:
- properties:
- addr:
- type: integer
- env:
- type: string
- useMultipoint:
- type: boolean
- type: object
- dbModel.ExaCustomer:
- properties:
- customerName:
- type: string
- customerPhoneData:
- type: string
- sysUser:
- $ref: '#/definitions/sysModel.SysUser'
- type: object
- sysUserAuthorityID:
- type: string
- sysUserId:
- type: integer
- type: object
- dbModel.ExaFileUploadAndDownload:
- properties:
- key:
- type: string
- name:
- type: string
- tag:
- type: string
- url:
- type: string
- type: object
- model.PageInfo:
- properties:
- page:
- type: integer
- pageSize:
- type: integer
- type: object
- sysModel.CasbinInReceive:
- properties:
- authorityId:
- type: string
- casbinInfos:
- items:
- $ref: '#/definitions/sysModel.CasbinInfo'
- type: array
- type: object
- sysModel.CasbinInfo:
- properties:
- method:
- type: string
- path:
- type: string
- type: object
- sysModel.SysApi:
- properties:
- description:
- type: string
- group:
- type: string
- method:
- type: string
- path:
- type: string
- type: object
- sysModel.SysAuthority:
- properties:
- authorityId:
- type: string
- authorityName:
- type: string
- children:
- items:
- $ref: '#/definitions/sysModel.SysAuthority'
- type: array
- dataAuthorityId:
- items:
- $ref: '#/definitions/sysModel.SysAuthority'
- type: array
- parentId:
- type: string
- type: object
- sysModel.SysBaseMenu:
- properties:
- children:
- items:
- $ref: '#/definitions/sysModel.SysBaseMenu'
- type: array
- component:
- type: string
- hidden:
- type: boolean
- icon:
- type: string
- name:
- type: string
- nickName:
- type: string
- parentId:
- type: string
- path:
- type: string
- sort:
- type: string
- title:
- type: string
- type: object
- sysModel.SysUser:
- properties:
- authority:
- $ref: '#/definitions/sysModel.SysAuthority'
- type: object
- authorityId:
- type: string
- headerImg:
- type: string
- nickName:
- type: string
- userName:
- type: string
- uuid:
- type: string
- type: object
- sysModel.SysWorkflow:
- properties:
- workflowDescription:
- description: 工作流描述
- type: string
- workflowName:
- description: 工作流英文id
- type: string
- workflowNickName:
- description: 工作流名称
- type: string
- workflowStep:
- description: 工作流步骤
- items:
- $ref: '#/definitions/sysModel.SysWorkflowStepInfo'
- type: array
- type: object
- sysModel.SysWorkflowStepInfo:
- properties:
- isEnd:
- description: 是否是完结流节点
- type: boolean
- isStrat:
- description: 是否是开始流节点
- type: boolean
- stepAuthorityID:
- description: 操作者级别id
- type: string
- stepName:
- description: 工作流名称
- type: string
- stepNo:
- description: 步骤id (第几步)
- type: number
- workflowID:
- description: 所属工作流ID
- type: integer
- type: object
- sysModel.System:
- properties:
- config:
- $ref: '#/definitions/config.Config'
- type: object
- type: object
- info:
- contact: {}
- description: This is a sample Server pets
- license: {}
- title: Swagger Example API
- version: 0.0.1
- paths:
- /api/createApi:
- post:
- consumes:
- - application/json
- parameters:
- - description: 创建api
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/api.CreateApiParams'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 创建基础api
- tags:
- - SysApi
- /api/deleteApi:
- post:
- consumes:
- - application/json
- parameters:
- - description: 删除api
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/sysModel.SysApi'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 删除指定api
- tags:
- - SysApi
- /api/getAllApis:
- post:
- consumes:
- - application/json
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 获取所有的Api 不分页
- tags:
- - SysApi
- /api/getApiById:
- post:
- consumes:
- - application/json
- parameters:
- - description: 分页获取用户列表
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/model.PageInfo'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 根据id获取api
- tags:
- - SysApi
- /api/getApiList:
- post:
- consumes:
- - application/json
- parameters:
- - description: 分页获取API列表
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/model.PageInfo'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 分页获取API列表
- tags:
- - SysApi
- /api/updateApi:
- post:
- consumes:
- - application/json
- parameters:
- - description: 创建api
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/api.CreateApiParams'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 创建基础api
- tags:
- - SysApi
- /authority/createAuthority:
- post:
- consumes:
- - application/json
- parameters:
- - description: 创建角色
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/api.CreateAuthorityParams'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 创建角色
- tags:
- - authority
- /authority/deleteAuthority:
- post:
- consumes:
- - application/json
- parameters:
- - description: 删除角色
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/api.DeleteAuthorityPatams'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 删除角色
- tags:
- - authority
- /authority/getAuthorityList:
- post:
- consumes:
- - application/json
- parameters:
- - description: 分页获取用户列表
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/model.PageInfo'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 分页获取角色列表
- tags:
- - authority
- /authority/setDataAuthority:
- post:
- consumes:
- - application/json
- parameters:
- - description: 设置角色资源权限
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/sysModel.SysAuthority'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"设置成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 设置角色资源权限
- tags:
- - authority
- /base/captcha:
- post:
- consumes:
- - application/json
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 生成验证码
- tags:
- - base
- /base/captcha/:
- get:
- consumes:
- - application/json
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 生成验证码图片路径
- tags:
- - base
- /base/login:
- post:
- parameters:
- - description: 用户登录接口
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/api.RegisterAndLoginStruct'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"登陆成功"}'
- schema:
- type: string
- summary: 用户登录
- tags:
- - Base
- /base/register:
- post:
- parameters:
- - description: 用户注册接口
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/sysModel.SysUser'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"注册成功"}'
- schema:
- type: string
- summary: 用户注册账号
- tags:
- - Base
- /casbin/CasbinTest:
- get:
- consumes:
- - application/json
- parameters:
- - description: 获取权限列表
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/api.CreateAuthorityParams'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: casb RBAC RESTFUL测试路由
- tags:
- - casbin
- /casbin/UpdateCasbin:
- post:
- consumes:
- - application/json
- parameters:
- - description: 更改角色api权限
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/sysModel.CasbinInReceive'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 更改角色api权限
- tags:
- - casbin
- /casbin/getPolicyPathByAuthorityId:
- post:
- consumes:
- - application/json
- parameters:
- - description: 获取权限列表
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/api.CreateAuthorityParams'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 获取权限列表
- tags:
- - casbin
- /customer/createExaCustomer:
- post:
- consumes:
- - application/json
- parameters:
- - description: 创建客户
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/dbModel.ExaCustomer'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 创建客户
- tags:
- - SysApi
- /customer/deleteExaCustomer:
- post:
- consumes:
- - application/json
- parameters:
- - description: 删除客户
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/dbModel.ExaCustomer'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 删除客户
- tags:
- - SysApi
- /customer/getExaCustomer:
- post:
- consumes:
- - application/json
- parameters:
- - description: 获取单一客户信息
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/dbModel.ExaCustomer'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 获取单一客户信息
- tags:
- - SysApi
- /customer/getExaCustomerList:
- post:
- consumes:
- - application/json
- parameters:
- - description: 获取权限客户列表
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/model.PageInfo'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 获取权限客户列表
- tags:
- - SysApi
- /customer/updateExaCustomer:
- post:
- consumes:
- - application/json
- parameters:
- - description: 创建客户
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/dbModel.ExaCustomer'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 更新客户信息
- tags:
- - SysApi
- /fileUploadAndDownload/breakpointContinue:
- post:
- consumes:
- - multipart/form-data
- parameters:
- - description: 断点续传示例
- in: formData
- name: file
- required: true
- type: file
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"上传成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 断点续传到服务器
- tags:
- - ExaFileUploadAndDownload
- /fileUploadAndDownload/deleteFile:
- post:
- parameters:
- - description: 传入文件里面id即可
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/dbModel.ExaFileUploadAndDownload'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"返回成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 删除文件
- tags:
- - ExaFileUploadAndDownload
- /fileUploadAndDownload/findFile:
- post:
- consumes:
- - multipart/form-data
- parameters:
- - description: 查找文件
- in: formData
- name: file
- required: true
- type: file
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"查找成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 查找文件
- tags:
- - ExaFileUploadAndDownload
- /fileUploadAndDownload/getFileList:
- post:
- consumes:
- - application/json
- parameters:
- - description: 分页获取文件户列表
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/model.PageInfo'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 分页文件列表
- tags:
- - ExaFileUploadAndDownload
- /fileUploadAndDownload/removeChunk:
- post:
- consumes:
- - multipart/form-data
- parameters:
- - description: 查找文件
- in: formData
- name: file
- required: true
- type: file
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"查找成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 删除切片
- tags:
- - ExaFileUploadAndDownload
- /fileUploadAndDownload/upload:
- post:
- consumes:
- - multipart/form-data
- parameters:
- - description: 上传文件示例
- in: formData
- name: file
- required: true
- type: file
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"上传成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 上传文件示例
- tags:
- - ExaFileUploadAndDownload
- /jwt/jsonInBlacklist:
- post:
- consumes:
- - application/json
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"拉黑成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: jwt加入黑名单
- tags:
- - jwt
- /menu/addBaseMenu:
- post:
- consumes:
- - application/json
- parameters:
- - description: 新增菜单
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/sysModel.SysBaseMenu'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 新增菜单
- tags:
- - menu
- /menu/addMenuAuthority:
- post:
- consumes:
- - application/json
- parameters:
- - description: 增加menu和角色关联关系
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/api.AuthorityIdInfo'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 获取指定角色menu
- tags:
- - authorityAndMenu
- /menu/deleteBaseMenu:
- post:
- consumes:
- - application/json
- parameters:
- - description: 删除菜单
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/api.IdInfo'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 删除菜单
- tags:
- - menu
- /menu/getBaseMenuById:
- post:
- consumes:
- - application/json
- parameters:
- - description: 根据id获取菜单
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/api.GetById'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 根据id获取菜单
- tags:
- - menu
- /menu/getBaseMenuTree:
- post:
- parameters:
- - description: 可以什么都不填
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/api.RegisterAndLoginStruct'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"返回成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 获取用户动态路由
- tags:
- - authorityAndMenu
- /menu/getMenu:
- post:
- parameters:
- - description: 可以什么都不填
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/api.RegisterAndLoginStruct'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"返回成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 获取用户动态路由
- tags:
- - authorityAndMenu
- /menu/getMenuList:
- post:
- consumes:
- - application/json
- parameters:
- - description: 分页获取基础menu列表
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/model.PageInfo'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 分页获取基础menu列表
- tags:
- - menu
- /menu/updateBaseMen:
- post:
- consumes:
- - application/json
- parameters:
- - description: 更新菜单
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/sysModel.SysBaseMenu'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 更新菜单
- tags:
- - menu
- /system/ReloadSystem:
- post:
- parameters:
- - description: 设置配置文件内容
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/sysModel.System'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"返回成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 设置配置文件内容
- tags:
- - system
- /system/getSystemConfig:
- post:
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"返回成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 获取配置文件内容
- tags:
- - system
- /system/setSystemConfig:
- post:
- parameters:
- - description: 设置配置文件内容
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/sysModel.System'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"返回成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 设置配置文件内容
- tags:
- - system
- /user/changePassword:
- post:
- parameters:
- - description: 用户修改密码
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/api.ChangePasswordStutrc'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"修改成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 用户修改密码
- tags:
- - SysUser
- /user/getUserList:
- post:
- consumes:
- - application/json
- parameters:
- - description: 分页获取用户列表
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/model.PageInfo'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"获取成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 分页获取用户列表
- tags:
- - SysUser
- /user/setUserAuthority:
- post:
- consumes:
- - application/json
- parameters:
- - description: 设置用户权限
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/api.SetUserAuth'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"修改成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 设置用户权限
- tags:
- - SysUser
- /user/uploadHeaderImg:
- post:
- consumes:
- - multipart/form-data
- parameters:
- - description: 用户上传头像
- in: formData
- name: headerImg
- required: true
- type: file
- - description: 用户上传头像
- in: formData
- name: username
- required: true
- type: string
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"上传成功"}'
- schema:
- type: string
- security:
- - ApiKeyAuth: []
- summary: 用户上传头像
- tags:
- - SysUser
- /workflow/createWorkFlow:
- post:
- parameters:
- - description: 注册工作流接口
- in: body
- name: data
- required: true
- schema:
- $ref: '#/definitions/sysModel.SysWorkflow'
- type: object
- produces:
- - application/json
- responses:
- "200":
- description: '{"success":true,"data":{},"msg":"注册成功"}'
- schema:
- type: string
- summary: 注册工作流
- tags:
- - workflow
- securityDefinitions:
- ApiKeyAuth:
- in: header
- name: x-token
- type: apiKey
- swagger: "2.0"
|