2021-10-29 14:39:50 +08:00
|
|
|
definitions:
|
2021-11-08 15:12:15 +08:00
|
|
|
common.UserInfo:
|
|
|
|
properties:
|
|
|
|
id:
|
|
|
|
type: integer
|
|
|
|
name:
|
|
|
|
type: string
|
|
|
|
type: object
|
2021-11-02 12:02:43 +08:00
|
|
|
config.AliyunOSS:
|
|
|
|
properties:
|
|
|
|
accessKeyId:
|
|
|
|
type: string
|
|
|
|
accessKeySecret:
|
|
|
|
type: string
|
|
|
|
basePath:
|
|
|
|
type: string
|
|
|
|
bucketName:
|
|
|
|
type: string
|
|
|
|
bucketUrl:
|
|
|
|
type: string
|
|
|
|
endpoint:
|
|
|
|
type: string
|
|
|
|
type: object
|
|
|
|
config.Captcha:
|
|
|
|
properties:
|
|
|
|
imgHeight:
|
|
|
|
description: 验证码高度
|
|
|
|
type: integer
|
|
|
|
imgWidth:
|
|
|
|
description: 验证码宽度
|
|
|
|
type: integer
|
|
|
|
keyLong:
|
|
|
|
description: 验证码长度
|
|
|
|
type: integer
|
|
|
|
type: object
|
|
|
|
config.Casbin:
|
|
|
|
properties:
|
|
|
|
modelPath:
|
|
|
|
description: 存放casbin模型的相对路径
|
|
|
|
type: string
|
|
|
|
type: object
|
|
|
|
config.Detail:
|
|
|
|
properties:
|
|
|
|
compareField:
|
|
|
|
description: 需要比较时间的字段
|
|
|
|
type: string
|
|
|
|
interval:
|
|
|
|
description: 时间间隔
|
|
|
|
type: string
|
|
|
|
tableName:
|
|
|
|
description: 需要清理的表名
|
|
|
|
type: string
|
|
|
|
type: object
|
|
|
|
config.Email:
|
|
|
|
properties:
|
|
|
|
from:
|
|
|
|
description: 收件人
|
|
|
|
type: string
|
|
|
|
host:
|
|
|
|
description: 服务器地址
|
|
|
|
type: string
|
|
|
|
isSSL:
|
|
|
|
description: 是否SSL
|
|
|
|
type: boolean
|
|
|
|
nickname:
|
|
|
|
description: 昵称
|
|
|
|
type: string
|
|
|
|
port:
|
|
|
|
description: 端口
|
|
|
|
type: integer
|
|
|
|
secret:
|
|
|
|
description: 密钥
|
|
|
|
type: string
|
|
|
|
to:
|
|
|
|
description: 收件人:多个以英文逗号分隔
|
|
|
|
type: string
|
|
|
|
type: object
|
|
|
|
config.Excel:
|
|
|
|
properties:
|
|
|
|
dir:
|
|
|
|
type: string
|
|
|
|
type: object
|
|
|
|
config.JWT:
|
|
|
|
properties:
|
|
|
|
bufferTime:
|
|
|
|
description: 缓冲时间
|
|
|
|
type: integer
|
|
|
|
expiresTime:
|
|
|
|
description: 过期时间
|
|
|
|
type: integer
|
|
|
|
signingKey:
|
|
|
|
description: jwt签名
|
|
|
|
type: string
|
|
|
|
type: object
|
|
|
|
config.Local:
|
|
|
|
properties:
|
|
|
|
path:
|
|
|
|
description: 本地文件路径
|
|
|
|
type: string
|
|
|
|
type: object
|
|
|
|
config.Mysql:
|
|
|
|
properties:
|
|
|
|
config:
|
|
|
|
description: 高级配置
|
|
|
|
type: string
|
|
|
|
dbname:
|
|
|
|
description: 数据库名
|
|
|
|
type: string
|
|
|
|
logMode:
|
|
|
|
description: 是否开启Gorm全局日志
|
|
|
|
type: string
|
|
|
|
logZap:
|
|
|
|
description: 是否通过zap写入日志文件
|
|
|
|
type: boolean
|
|
|
|
maxIdleConns:
|
|
|
|
description: 空闲中的最大连接数
|
|
|
|
type: integer
|
|
|
|
maxOpenConns:
|
|
|
|
description: 打开到数据库的最大连接数
|
|
|
|
type: integer
|
|
|
|
password:
|
|
|
|
description: 数据库密码
|
|
|
|
type: string
|
|
|
|
path:
|
|
|
|
description: 服务器地址:端口
|
|
|
|
type: string
|
|
|
|
username:
|
|
|
|
description: 数据库用户名
|
|
|
|
type: string
|
|
|
|
type: object
|
|
|
|
config.Qiniu:
|
|
|
|
properties:
|
|
|
|
accessKey:
|
|
|
|
description: 秘钥AK
|
|
|
|
type: string
|
|
|
|
bucket:
|
|
|
|
description: 空间名称
|
|
|
|
type: string
|
|
|
|
imgPath:
|
|
|
|
description: CDN加速域名
|
|
|
|
type: string
|
|
|
|
secretKey:
|
|
|
|
description: 秘钥SK
|
|
|
|
type: string
|
|
|
|
useCdnDomains:
|
|
|
|
description: 上传是否使用CDN上传加速
|
|
|
|
type: boolean
|
|
|
|
useHttps:
|
|
|
|
description: 是否使用https
|
|
|
|
type: boolean
|
|
|
|
zone:
|
|
|
|
description: 存储区域
|
|
|
|
type: string
|
|
|
|
type: object
|
|
|
|
config.Redis:
|
|
|
|
properties:
|
|
|
|
addr:
|
|
|
|
description: 服务器地址:端口
|
|
|
|
type: string
|
|
|
|
db:
|
|
|
|
description: redis的哪个数据库
|
|
|
|
type: integer
|
|
|
|
password:
|
|
|
|
description: 密码
|
|
|
|
type: string
|
|
|
|
type: object
|
|
|
|
config.Server:
|
|
|
|
properties:
|
|
|
|
aliyunOSS:
|
|
|
|
$ref: '#/definitions/config.AliyunOSS'
|
|
|
|
captcha:
|
|
|
|
$ref: '#/definitions/config.Captcha'
|
|
|
|
casbin:
|
|
|
|
$ref: '#/definitions/config.Casbin'
|
|
|
|
email:
|
|
|
|
$ref: '#/definitions/config.Email'
|
|
|
|
excel:
|
|
|
|
$ref: '#/definitions/config.Excel'
|
|
|
|
jwt:
|
|
|
|
$ref: '#/definitions/config.JWT'
|
|
|
|
local:
|
|
|
|
$ref: '#/definitions/config.Local'
|
|
|
|
description: oss
|
|
|
|
mysql:
|
|
|
|
$ref: '#/definitions/config.Mysql'
|
|
|
|
description: gorm
|
|
|
|
qiniu:
|
|
|
|
$ref: '#/definitions/config.Qiniu'
|
|
|
|
redis:
|
|
|
|
$ref: '#/definitions/config.Redis'
|
|
|
|
system:
|
|
|
|
$ref: '#/definitions/config.System'
|
|
|
|
tencentCOS:
|
|
|
|
$ref: '#/definitions/config.TencentCOS'
|
|
|
|
timer:
|
|
|
|
$ref: '#/definitions/config.Timer'
|
|
|
|
zap:
|
|
|
|
$ref: '#/definitions/config.Zap'
|
|
|
|
type: object
|
|
|
|
config.System:
|
|
|
|
properties:
|
|
|
|
addr:
|
|
|
|
description: 端口值
|
|
|
|
type: integer
|
|
|
|
dbType:
|
|
|
|
description: 数据库类型:mysql(默认)|sqlite|sqlserver|postgresql
|
|
|
|
type: string
|
|
|
|
env:
|
|
|
|
description: 环境值
|
|
|
|
type: string
|
|
|
|
ossType:
|
|
|
|
description: Oss类型
|
|
|
|
type: string
|
|
|
|
useMultipoint:
|
|
|
|
description: 多点登录拦截
|
|
|
|
type: boolean
|
|
|
|
type: object
|
|
|
|
config.TencentCOS:
|
|
|
|
properties:
|
|
|
|
baseURL:
|
|
|
|
type: string
|
|
|
|
bucket:
|
|
|
|
type: string
|
|
|
|
pathPrefix:
|
|
|
|
type: string
|
|
|
|
region:
|
|
|
|
type: string
|
|
|
|
secretID:
|
|
|
|
type: string
|
|
|
|
secretKey:
|
|
|
|
type: string
|
|
|
|
type: object
|
|
|
|
config.Timer:
|
|
|
|
properties:
|
|
|
|
detail:
|
|
|
|
items:
|
|
|
|
$ref: '#/definitions/config.Detail'
|
|
|
|
type: array
|
|
|
|
spec:
|
|
|
|
description: CRON表达式
|
|
|
|
type: string
|
|
|
|
start:
|
|
|
|
description: 是否启用
|
|
|
|
type: boolean
|
|
|
|
type: object
|
|
|
|
config.Zap:
|
|
|
|
properties:
|
|
|
|
director:
|
|
|
|
description: 日志文件夹
|
|
|
|
type: string
|
|
|
|
encodeLevel:
|
|
|
|
description: 编码级
|
|
|
|
type: string
|
|
|
|
format:
|
|
|
|
description: 输出
|
|
|
|
type: string
|
|
|
|
level:
|
|
|
|
description: 级别
|
|
|
|
type: string
|
|
|
|
linkName:
|
|
|
|
description: 软链接名称
|
|
|
|
type: string
|
|
|
|
logInConsole:
|
|
|
|
description: 输出控制台
|
|
|
|
type: boolean
|
|
|
|
prefix:
|
|
|
|
description: 日志前缀
|
|
|
|
type: string
|
|
|
|
showLine:
|
|
|
|
description: 显示行
|
|
|
|
type: boolean
|
|
|
|
stacktraceKey:
|
|
|
|
description: 栈名
|
|
|
|
type: string
|
|
|
|
type: object
|
2021-10-29 14:39:50 +08:00
|
|
|
request.AddMenuAuthorityInfo:
|
|
|
|
properties:
|
|
|
|
authorityId:
|
|
|
|
description: 角色ID
|
|
|
|
type: string
|
|
|
|
menus:
|
|
|
|
items:
|
|
|
|
$ref: '#/definitions/web.SysBaseMenu'
|
|
|
|
type: array
|
|
|
|
type: object
|
|
|
|
request.ChangePasswordStruct:
|
|
|
|
properties:
|
|
|
|
newPassword:
|
|
|
|
description: 新密码
|
|
|
|
type: string
|
|
|
|
password:
|
|
|
|
description: 密码
|
|
|
|
type: string
|
|
|
|
username:
|
|
|
|
description: 用户名
|
|
|
|
type: string
|
|
|
|
type: object
|
|
|
|
request.Empty:
|
|
|
|
type: object
|
|
|
|
request.GetAuthorityId:
|
|
|
|
properties:
|
|
|
|
authorityId:
|
|
|
|
description: 角色ID
|
|
|
|
type: string
|
|
|
|
type: object
|
|
|
|
request.GetById:
|
|
|
|
properties:
|
|
|
|
id:
|
|
|
|
description: 主键ID
|
|
|
|
type: number
|
|
|
|
type: object
|
2021-11-04 19:39:59 +08:00
|
|
|
request.IdsReq:
|
|
|
|
properties:
|
|
|
|
ids:
|
|
|
|
items:
|
|
|
|
type: integer
|
|
|
|
type: array
|
|
|
|
type: object
|
2021-10-29 14:39:50 +08:00
|
|
|
request.Login:
|
|
|
|
properties:
|
|
|
|
captcha:
|
|
|
|
description: 验证码
|
|
|
|
type: string
|
|
|
|
captchaId:
|
|
|
|
description: 验证码ID
|
|
|
|
type: string
|
|
|
|
password:
|
|
|
|
description: 密码
|
|
|
|
type: string
|
|
|
|
username:
|
|
|
|
description: 用户名
|
|
|
|
type: string
|
|
|
|
type: object
|
|
|
|
request.PageInfo:
|
|
|
|
properties:
|
|
|
|
page:
|
|
|
|
description: 页码
|
|
|
|
type: integer
|
|
|
|
pageSize:
|
|
|
|
description: 每页大小
|
|
|
|
type: integer
|
|
|
|
type: object
|
|
|
|
request.Register:
|
|
|
|
properties:
|
|
|
|
authorityId:
|
|
|
|
type: string
|
|
|
|
authorityIds:
|
|
|
|
items:
|
|
|
|
type: string
|
|
|
|
type: array
|
|
|
|
headerImg:
|
|
|
|
type: string
|
|
|
|
nickName:
|
|
|
|
type: string
|
|
|
|
passWord:
|
|
|
|
type: string
|
|
|
|
userName:
|
|
|
|
type: string
|
|
|
|
type: object
|
|
|
|
request.SetUserAuth:
|
|
|
|
properties:
|
|
|
|
authorityId:
|
|
|
|
description: 角色ID
|
|
|
|
type: string
|
|
|
|
type: object
|
|
|
|
request.SetUserAuthorities:
|
|
|
|
properties:
|
|
|
|
authorityIds:
|
|
|
|
description: 角色ID
|
|
|
|
items:
|
|
|
|
type: string
|
|
|
|
type: array
|
|
|
|
id:
|
|
|
|
type: integer
|
|
|
|
type: object
|
2021-11-04 19:39:59 +08:00
|
|
|
request.SetUserInfo:
|
|
|
|
properties:
|
|
|
|
authorityId:
|
|
|
|
description: 用户角色ID
|
|
|
|
type: string
|
|
|
|
id:
|
|
|
|
type: integer
|
|
|
|
nickName:
|
|
|
|
description: 用户昵称
|
|
|
|
type: string
|
|
|
|
password:
|
|
|
|
description: 用户登录密码
|
|
|
|
type: string
|
|
|
|
userName:
|
|
|
|
description: 用户登录名
|
|
|
|
type: string
|
|
|
|
type: object
|
|
|
|
request.WtReportsVO:
|
|
|
|
properties:
|
|
|
|
attachments:
|
|
|
|
items:
|
2021-11-04 21:45:07 +08:00
|
|
|
$ref: '#/definitions/wt.UploadFileJson'
|
2021-11-04 19:39:59 +08:00
|
|
|
type: array
|
|
|
|
contents:
|
|
|
|
items:
|
|
|
|
$ref: '#/definitions/wt.Contents'
|
|
|
|
type: array
|
|
|
|
header:
|
|
|
|
type: string
|
|
|
|
id:
|
|
|
|
type: integer
|
2021-11-04 21:45:07 +08:00
|
|
|
pictures:
|
|
|
|
items:
|
|
|
|
$ref: '#/definitions/wt.UploadFileJson'
|
|
|
|
type: array
|
2021-11-04 19:39:59 +08:00
|
|
|
sendTo:
|
|
|
|
items:
|
2021-11-08 15:12:15 +08:00
|
|
|
$ref: '#/definitions/common.UserInfo'
|
2021-11-04 19:39:59 +08:00
|
|
|
type: array
|
2021-11-08 15:12:15 +08:00
|
|
|
userId:
|
|
|
|
type: integer
|
2021-11-04 21:45:07 +08:00
|
|
|
userName:
|
|
|
|
type: string
|
|
|
|
type: object
|
2021-11-05 12:19:50 +08:00
|
|
|
request.WtRuleRes:
|
|
|
|
properties:
|
2021-11-08 15:12:15 +08:00
|
|
|
endHour:
|
|
|
|
type: integer
|
|
|
|
endWeek:
|
|
|
|
type: integer
|
2021-11-05 12:19:50 +08:00
|
|
|
id:
|
|
|
|
type: integer
|
|
|
|
reporters:
|
|
|
|
items:
|
2021-11-08 15:12:15 +08:00
|
|
|
$ref: '#/definitions/common.UserInfo'
|
2021-11-05 12:19:50 +08:00
|
|
|
type: array
|
2021-11-08 15:12:15 +08:00
|
|
|
startHour:
|
|
|
|
type: integer
|
|
|
|
startWeek:
|
|
|
|
type: integer
|
2021-11-05 12:19:50 +08:00
|
|
|
userId:
|
|
|
|
type: integer
|
|
|
|
type: object
|
|
|
|
request.WtTemplateRes:
|
2021-11-04 21:45:07 +08:00
|
|
|
properties:
|
|
|
|
contents:
|
|
|
|
items:
|
|
|
|
$ref: '#/definitions/wt.Contents'
|
|
|
|
type: array
|
|
|
|
header:
|
|
|
|
type: string
|
|
|
|
id:
|
|
|
|
type: integer
|
|
|
|
userName:
|
2021-11-04 19:39:59 +08:00
|
|
|
type: string
|
|
|
|
type: object
|
2021-11-03 16:41:19 +08:00
|
|
|
response.SysAuthorityCopyResponse:
|
|
|
|
properties:
|
|
|
|
authority:
|
|
|
|
$ref: '#/definitions/web.SysAuthority'
|
|
|
|
oldAuthorityId:
|
|
|
|
description: 旧角色ID
|
|
|
|
type: string
|
|
|
|
type: object
|
2021-11-02 17:48:39 +08:00
|
|
|
web.FileUploadAndDownload:
|
|
|
|
properties:
|
|
|
|
createdAt:
|
|
|
|
description: 创建时间
|
|
|
|
type: string
|
|
|
|
id:
|
|
|
|
description: 主键ID
|
|
|
|
type: integer
|
|
|
|
key:
|
|
|
|
description: 编号
|
|
|
|
type: string
|
|
|
|
name:
|
|
|
|
description: 文件名
|
|
|
|
type: string
|
|
|
|
tag:
|
|
|
|
description: 文件标签
|
|
|
|
type: string
|
|
|
|
updatedAt:
|
|
|
|
description: 更新时间
|
|
|
|
type: string
|
|
|
|
url:
|
|
|
|
description: 文件地址
|
|
|
|
type: string
|
|
|
|
type: object
|
2021-10-29 14:39:50 +08:00
|
|
|
web.SysAuthority:
|
|
|
|
properties:
|
|
|
|
authorityId:
|
|
|
|
description: 角色ID
|
|
|
|
type: string
|
|
|
|
authorityName:
|
|
|
|
description: 角色名
|
|
|
|
type: string
|
|
|
|
children:
|
|
|
|
items:
|
|
|
|
$ref: '#/definitions/web.SysAuthority'
|
|
|
|
type: array
|
|
|
|
createdAt:
|
|
|
|
description: 创建时间
|
|
|
|
type: string
|
|
|
|
dataAuthorityId:
|
|
|
|
items:
|
|
|
|
$ref: '#/definitions/web.SysAuthority'
|
|
|
|
type: array
|
|
|
|
defaultRouter:
|
|
|
|
description: 默认菜单(默认dashboard)
|
|
|
|
type: string
|
|
|
|
deletedAt:
|
|
|
|
type: string
|
|
|
|
menus:
|
|
|
|
items:
|
|
|
|
$ref: '#/definitions/web.SysBaseMenu'
|
|
|
|
type: array
|
|
|
|
parentId:
|
|
|
|
description: 父角色ID
|
|
|
|
type: string
|
|
|
|
updatedAt:
|
|
|
|
description: 更新时间
|
|
|
|
type: string
|
|
|
|
type: object
|
|
|
|
web.SysBaseMenu:
|
|
|
|
properties:
|
|
|
|
authoritys:
|
|
|
|
items:
|
|
|
|
$ref: '#/definitions/web.SysAuthority'
|
|
|
|
type: array
|
|
|
|
children:
|
|
|
|
items:
|
|
|
|
$ref: '#/definitions/web.SysBaseMenu'
|
|
|
|
type: array
|
|
|
|
closeTab:
|
|
|
|
description: 自动关闭tab
|
|
|
|
type: boolean
|
|
|
|
component:
|
|
|
|
description: 对应前端文件路径
|
|
|
|
type: string
|
|
|
|
createdAt:
|
|
|
|
description: 创建时间
|
|
|
|
type: string
|
|
|
|
defaultMenu:
|
|
|
|
description: 是否是基础路由(开发中)
|
|
|
|
type: boolean
|
|
|
|
hidden:
|
|
|
|
description: 是否在列表隐藏
|
|
|
|
type: boolean
|
|
|
|
icon:
|
|
|
|
description: 菜单图标
|
|
|
|
type: string
|
|
|
|
id:
|
|
|
|
description: 主键ID
|
|
|
|
type: integer
|
|
|
|
keepAlive:
|
|
|
|
description: 是否缓存
|
|
|
|
type: boolean
|
|
|
|
name:
|
|
|
|
description: 路由name
|
|
|
|
type: string
|
|
|
|
parameters:
|
|
|
|
items:
|
|
|
|
$ref: '#/definitions/web.SysBaseMenuParameter'
|
|
|
|
type: array
|
|
|
|
parentId:
|
|
|
|
description: 父菜单ID
|
|
|
|
type: string
|
|
|
|
path:
|
|
|
|
description: 路由path
|
|
|
|
type: string
|
|
|
|
sort:
|
|
|
|
description: 排序标记
|
|
|
|
type: integer
|
|
|
|
title:
|
|
|
|
description: 菜单名
|
|
|
|
type: string
|
|
|
|
updatedAt:
|
|
|
|
description: 更新时间
|
|
|
|
type: string
|
|
|
|
type: object
|
|
|
|
web.SysBaseMenuParameter:
|
|
|
|
properties:
|
|
|
|
createdAt:
|
|
|
|
description: 创建时间
|
|
|
|
type: string
|
|
|
|
id:
|
|
|
|
description: 主键ID
|
|
|
|
type: integer
|
|
|
|
key:
|
|
|
|
description: 地址栏携带参数的key
|
|
|
|
type: string
|
|
|
|
sysBaseMenuID:
|
|
|
|
type: integer
|
|
|
|
type:
|
|
|
|
description: 地址栏携带参数为params还是query
|
|
|
|
type: string
|
|
|
|
updatedAt:
|
|
|
|
description: 更新时间
|
|
|
|
type: string
|
|
|
|
value:
|
|
|
|
description: 地址栏携带参数的值
|
|
|
|
type: string
|
|
|
|
type: object
|
2021-11-04 19:39:59 +08:00
|
|
|
web.System:
|
2021-10-29 14:39:50 +08:00
|
|
|
properties:
|
2021-11-04 19:39:59 +08:00
|
|
|
config:
|
|
|
|
$ref: '#/definitions/config.Server'
|
|
|
|
type: object
|
2021-11-04 21:45:07 +08:00
|
|
|
wt.Contents:
|
2021-11-04 19:39:59 +08:00
|
|
|
properties:
|
2021-11-04 21:45:07 +08:00
|
|
|
content:
|
2021-10-29 14:39:50 +08:00
|
|
|
type: string
|
2021-11-04 21:45:07 +08:00
|
|
|
title:
|
2021-10-29 14:39:50 +08:00
|
|
|
type: string
|
|
|
|
type: object
|
2021-11-04 21:45:07 +08:00
|
|
|
wt.UploadFileJson:
|
2021-11-02 12:02:43 +08:00
|
|
|
properties:
|
2021-11-04 21:45:07 +08:00
|
|
|
key:
|
2021-11-04 19:39:59 +08:00
|
|
|
type: string
|
2021-11-04 21:45:07 +08:00
|
|
|
name:
|
|
|
|
type: string
|
|
|
|
type: object
|
2021-11-05 12:19:50 +08:00
|
|
|
wt.WtComment:
|
|
|
|
properties:
|
|
|
|
comment:
|
|
|
|
type: string
|
|
|
|
createdAt:
|
|
|
|
description: 创建时间
|
|
|
|
type: string
|
|
|
|
id:
|
|
|
|
description: 主键ID
|
|
|
|
type: integer
|
|
|
|
reportId:
|
|
|
|
type: integer
|
|
|
|
updatedAt:
|
|
|
|
description: 更新时间
|
|
|
|
type: string
|
|
|
|
userName:
|
|
|
|
type: string
|
|
|
|
type: object
|
2021-10-29 14:39:50 +08:00
|
|
|
info:
|
|
|
|
contact: {}
|
|
|
|
paths:
|
2021-11-03 16:41:19 +08:00
|
|
|
/authority/copyAuthority:
|
|
|
|
post:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 旧角色id, 新权限id, 新权限名, 新父角色id
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/response.SysAuthorityCopyResponse'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"拷贝成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 拷贝角色
|
|
|
|
tags:
|
|
|
|
- Authority
|
|
|
|
/authority/createAuthority:
|
|
|
|
post:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 权限id, 权限名, 父角色id
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/web.SysAuthority'
|
|
|
|
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/web.SysAuthority'
|
|
|
|
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/request.PageInfo'
|
|
|
|
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/web.SysAuthority'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"设置成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 设置角色资源权限
|
|
|
|
tags:
|
|
|
|
- Authority
|
|
|
|
/authority/updateAuthority:
|
|
|
|
post:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 权限id, 权限名, 父角色id
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/web.SysAuthority'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"更新成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 更新角色信息
|
|
|
|
tags:
|
|
|
|
- Authority
|
2021-10-29 14:39:50 +08:00
|
|
|
/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/login:
|
|
|
|
post:
|
|
|
|
parameters:
|
|
|
|
- description: 用户名, 密码, 验证码
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/request.Login'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"登陆成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
summary: 用户登录
|
|
|
|
tags:
|
|
|
|
- Base
|
2021-11-02 17:48:39 +08:00
|
|
|
/fileUploadAndDownload/breakpointContinue:
|
|
|
|
post:
|
|
|
|
consumes:
|
|
|
|
- multipart/form-data
|
|
|
|
parameters:
|
|
|
|
- description: an example for breakpoint resume, 断点续传示例
|
|
|
|
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:
|
|
|
|
- FileUploadAndDownload
|
|
|
|
/fileUploadAndDownload/breakpointContinueFinish:
|
|
|
|
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":"file uploaded, 文件创建成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 创建文件
|
|
|
|
tags:
|
|
|
|
- FileUploadAndDownload
|
|
|
|
/fileUploadAndDownload/deleteFile:
|
|
|
|
post:
|
|
|
|
parameters:
|
|
|
|
- description: 传入文件里面id即可
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/web.FileUploadAndDownload'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"删除成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 删除文件
|
|
|
|
tags:
|
|
|
|
- FileUploadAndDownload
|
|
|
|
/fileUploadAndDownload/download:
|
|
|
|
get:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 待下载的文件名
|
|
|
|
in: query
|
|
|
|
name: fileName
|
|
|
|
required: true
|
|
|
|
type: string
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"文件下载成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 文件下载
|
|
|
|
tags:
|
|
|
|
- FileUploadAndDownload
|
|
|
|
/fileUploadAndDownload/findFile:
|
|
|
|
post:
|
|
|
|
consumes:
|
|
|
|
- multipart/form-data
|
|
|
|
parameters:
|
|
|
|
- description: Find the file, 查找文件
|
|
|
|
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:
|
|
|
|
- FileUploadAndDownload
|
|
|
|
/fileUploadAndDownload/getFileList:
|
|
|
|
post:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 页码, 每页大小
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/request.PageInfo'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"获取成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 分页文件列表
|
|
|
|
tags:
|
|
|
|
- FileUploadAndDownload
|
|
|
|
/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:
|
|
|
|
- FileUploadAndDownload
|
|
|
|
/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: []
|
2021-11-03 16:41:19 +08:00
|
|
|
summary: 上传文件
|
2021-11-02 17:48:39 +08:00
|
|
|
tags:
|
|
|
|
- FileUploadAndDownload
|
2021-10-29 14:39:50 +08:00
|
|
|
/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: 路由path, 父菜单ID, 路由name, 对应前端文件路径, 排序标记
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/web.SysBaseMenu'
|
|
|
|
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: 角色ID
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/request.AddMenuAuthorityInfo'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"添加成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 增加menu和角色关联关系
|
|
|
|
tags:
|
|
|
|
- AuthorityMenu
|
|
|
|
/menu/deleteBaseMenu:
|
|
|
|
post:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 菜单id
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/request.GetById'
|
|
|
|
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/request.GetById'
|
|
|
|
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/request.Empty'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"获取成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 获取用户动态路由
|
|
|
|
tags:
|
|
|
|
- AuthorityMenu
|
|
|
|
/menu/getMenu:
|
|
|
|
post:
|
|
|
|
parameters:
|
|
|
|
- description: 空
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/request.Empty'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"获取成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 获取用户动态路由
|
|
|
|
tags:
|
|
|
|
- AuthorityMenu
|
|
|
|
/menu/getMenuAuthority:
|
|
|
|
post:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 角色ID
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/request.GetAuthorityId'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"获取成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 获取指定角色menu
|
|
|
|
tags:
|
|
|
|
- AuthorityMenu
|
|
|
|
/menu/getMenuList:
|
|
|
|
post:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 页码, 每页大小
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/request.PageInfo'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"获取成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 分页获取基础menu列表
|
|
|
|
tags:
|
|
|
|
- Menu
|
|
|
|
/menu/updateBaseMenu:
|
|
|
|
post:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 路由path, 父菜单ID, 路由name, 对应前端文件路径, 排序标记
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/web.SysBaseMenu'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"更新成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 更新菜单
|
|
|
|
tags:
|
|
|
|
- Menu
|
2021-11-02 12:02:43 +08:00
|
|
|
/system/getServerInfo:
|
|
|
|
post:
|
|
|
|
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/reloadSystem:
|
|
|
|
post:
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"code":0,"data":{},"msg":"重启系统成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 重启系统
|
|
|
|
tags:
|
|
|
|
- System
|
|
|
|
/system/setSystemConfig:
|
|
|
|
post:
|
|
|
|
parameters:
|
|
|
|
- description: 设置配置文件内容
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/web.System'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"设置成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 设置配置文件内容
|
|
|
|
tags:
|
|
|
|
- System
|
2021-10-29 14:39:50 +08:00
|
|
|
/user/changePassword:
|
|
|
|
post:
|
|
|
|
parameters:
|
|
|
|
- description: 用户名, 原密码, 新密码
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/request.ChangePasswordStruct'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"修改成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 用户修改密码
|
|
|
|
tags:
|
|
|
|
- SysUser
|
|
|
|
/user/deleteUser:
|
|
|
|
delete:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 用户ID
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/request.GetById'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"删除成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 删除用户
|
|
|
|
tags:
|
|
|
|
- SysUser
|
|
|
|
/user/getUserInfo:
|
|
|
|
get:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
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/request.PageInfo'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"获取成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 分页获取用户列表
|
|
|
|
tags:
|
|
|
|
- SysUser
|
|
|
|
/user/register:
|
|
|
|
post:
|
|
|
|
parameters:
|
|
|
|
- description: 用户名, 昵称, 密码, 角色ID
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/request.Register'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"注册成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
summary: 用户注册账号
|
|
|
|
tags:
|
|
|
|
- SysUser
|
|
|
|
/user/setUserAuthorities:
|
|
|
|
post:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 用户UUID, 角色ID
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/request.SetUserAuthorities'
|
|
|
|
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: 用户UUID, 角色ID
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/request.SetUserAuth'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"修改成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 更改用户权限
|
|
|
|
tags:
|
|
|
|
- SysUser
|
|
|
|
/user/setUserInfo:
|
|
|
|
put:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
2021-11-03 16:41:19 +08:00
|
|
|
- description: ID, 用户名, 昵称, 密码
|
2021-10-29 14:39:50 +08:00
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
2021-11-04 19:39:59 +08:00
|
|
|
$ref: '#/definitions/request.SetUserInfo'
|
2021-10-29 14:39:50 +08:00
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"设置成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 设置用户信息
|
|
|
|
tags:
|
|
|
|
- SysUser
|
2021-11-05 12:19:50 +08:00
|
|
|
/wtComment/createWtComment:
|
|
|
|
post:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 创建周报评论
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/wt.WtComment'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"获取成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 创建周报评论
|
|
|
|
tags:
|
|
|
|
- WtComment
|
|
|
|
/wtComment/deleteWtCommentByIds:
|
|
|
|
delete:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 批量删除周报评论
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/request.IdsReq'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"批量删除成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 批量删除周报评论
|
|
|
|
tags:
|
|
|
|
- WtComment
|
|
|
|
/wtComment/findWtComment:
|
|
|
|
get:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 主键ID
|
|
|
|
in: query
|
|
|
|
name: id
|
|
|
|
type: number
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"查询成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 用id查询周报评论
|
|
|
|
tags:
|
|
|
|
- WtComment
|
|
|
|
/wtComment/getWtCommentList:
|
|
|
|
get:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- in: query
|
|
|
|
name: comment
|
|
|
|
type: string
|
|
|
|
- description: 创建时间
|
|
|
|
in: query
|
|
|
|
name: createdAt
|
|
|
|
type: string
|
|
|
|
- description: 主键ID
|
|
|
|
in: query
|
|
|
|
name: id
|
|
|
|
type: integer
|
|
|
|
- description: 页码
|
|
|
|
in: query
|
|
|
|
name: page
|
|
|
|
type: integer
|
|
|
|
- description: 每页大小
|
|
|
|
in: query
|
|
|
|
name: pageSize
|
|
|
|
type: integer
|
|
|
|
- in: query
|
|
|
|
name: reportId
|
|
|
|
type: integer
|
|
|
|
- description: 更新时间
|
|
|
|
in: query
|
|
|
|
name: updatedAt
|
|
|
|
type: string
|
|
|
|
- in: query
|
|
|
|
name: userName
|
|
|
|
type: string
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"获取成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 分页获取周报评论列表
|
|
|
|
tags:
|
|
|
|
- WtComment
|
|
|
|
/wtComment/updateWtComment:
|
|
|
|
put:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 更新周报评论
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/wt.WtComment'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"更新成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 更新周报评论
|
|
|
|
tags:
|
|
|
|
- WtComment
|
2021-11-08 18:06:18 +08:00
|
|
|
/wtOutput/ExportReportToExcel:
|
|
|
|
get:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- in: query
|
|
|
|
name: endTime
|
|
|
|
type: string
|
|
|
|
- in: query
|
|
|
|
name: startTime
|
|
|
|
type: string
|
|
|
|
- in: query
|
|
|
|
items:
|
|
|
|
type: integer
|
|
|
|
name: userIds
|
|
|
|
type: array
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"导出成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 把周报导出为excel
|
|
|
|
tags:
|
|
|
|
- WtOutput
|
2021-11-08 15:12:15 +08:00
|
|
|
/wtOutput/GetStatResult:
|
|
|
|
get:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- in: query
|
|
|
|
name: userId
|
|
|
|
type: integer
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"查询成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 根据用户id查询统计结果
|
|
|
|
tags:
|
|
|
|
- WtOutput
|
2021-11-04 19:39:59 +08:00
|
|
|
/wtReports/createWtReports:
|
|
|
|
post:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 创建周报
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/request.WtReportsVO'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"获取成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 创建周报
|
|
|
|
tags:
|
|
|
|
- WtReports
|
|
|
|
/wtReports/deleteWtReportsByIds:
|
|
|
|
delete:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 批量删除周报
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/request.IdsReq'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"批量删除成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 批量删除周报
|
|
|
|
tags:
|
|
|
|
- WtReports
|
|
|
|
/wtReports/findWtReports:
|
|
|
|
get:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 主键ID
|
|
|
|
in: query
|
|
|
|
name: id
|
|
|
|
type: number
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"查询成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 用id查询WtReports
|
|
|
|
tags:
|
|
|
|
- WtReports
|
|
|
|
/wtReports/getWtReportsList:
|
|
|
|
get:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
2021-11-06 12:59:51 +08:00
|
|
|
- example: xx项目
|
2021-11-04 19:39:59 +08:00
|
|
|
in: query
|
2021-11-06 12:59:51 +08:00
|
|
|
name: content
|
2021-11-04 19:39:59 +08:00
|
|
|
type: string
|
2021-11-08 18:06:18 +08:00
|
|
|
- in: query
|
|
|
|
name: currUserId
|
|
|
|
type: integer
|
2021-11-04 19:39:59 +08:00
|
|
|
- in: query
|
2021-11-06 12:59:51 +08:00
|
|
|
name: endTime
|
2021-11-04 19:39:59 +08:00
|
|
|
type: string
|
|
|
|
- description: 页码
|
|
|
|
in: query
|
|
|
|
name: page
|
|
|
|
type: integer
|
|
|
|
- description: 每页大小
|
|
|
|
in: query
|
|
|
|
name: pageSize
|
|
|
|
type: integer
|
2021-11-06 12:59:51 +08:00
|
|
|
- example: "2021-11-04 12:36:34"
|
2021-11-04 19:39:59 +08:00
|
|
|
in: query
|
2021-11-06 12:59:51 +08:00
|
|
|
name: startTime
|
2021-11-04 19:39:59 +08:00
|
|
|
type: string
|
2021-11-04 21:45:07 +08:00
|
|
|
- in: query
|
2021-11-06 12:59:51 +08:00
|
|
|
name: userId
|
|
|
|
type: integer
|
2021-11-04 19:39:59 +08:00
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"获取成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 分页获取WtReports列表
|
|
|
|
tags:
|
|
|
|
- WtReports
|
|
|
|
/wtReports/updateWtReports:
|
|
|
|
put:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 更新周报
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/request.WtReportsVO'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"更新成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 更新周报
|
|
|
|
tags:
|
|
|
|
- WtReports
|
2021-11-05 12:19:50 +08:00
|
|
|
/wtRule/createWtRule:
|
|
|
|
post:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 创建统计规则
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/request.WtRuleRes'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"获取成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 创建统计规则
|
|
|
|
tags:
|
|
|
|
- WtRule
|
|
|
|
/wtRule/deleteWtRuleByIds:
|
|
|
|
delete:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 批量删除统计规则
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/request.IdsReq'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"批量删除成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 批量删除统计规则
|
|
|
|
tags:
|
|
|
|
- WtRule
|
|
|
|
/wtRule/findWtRule:
|
|
|
|
get:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 主键ID
|
|
|
|
in: query
|
|
|
|
name: id
|
|
|
|
type: number
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"查询成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 用id查询统计规则
|
|
|
|
tags:
|
|
|
|
- WtRule
|
|
|
|
/wtRule/getWtRuleList:
|
|
|
|
get:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 创建时间
|
|
|
|
in: query
|
|
|
|
name: createdAt
|
|
|
|
type: string
|
|
|
|
- in: query
|
2021-11-08 15:12:15 +08:00
|
|
|
name: endHour
|
|
|
|
type: integer
|
|
|
|
- in: query
|
|
|
|
name: endWeek
|
|
|
|
type: integer
|
2021-11-05 12:19:50 +08:00
|
|
|
- description: 主键ID
|
|
|
|
in: query
|
|
|
|
name: id
|
|
|
|
type: integer
|
|
|
|
- description: 页码
|
|
|
|
in: query
|
|
|
|
name: page
|
|
|
|
type: integer
|
|
|
|
- description: 每页大小
|
|
|
|
in: query
|
|
|
|
name: pageSize
|
|
|
|
type: integer
|
|
|
|
- in: query
|
|
|
|
name: reporters
|
|
|
|
type: string
|
|
|
|
- in: query
|
2021-11-08 15:12:15 +08:00
|
|
|
name: startHour
|
|
|
|
type: integer
|
|
|
|
- in: query
|
|
|
|
name: startWeek
|
|
|
|
type: integer
|
2021-11-05 12:19:50 +08:00
|
|
|
- description: 更新时间
|
|
|
|
in: query
|
|
|
|
name: updatedAt
|
|
|
|
type: string
|
|
|
|
- in: query
|
|
|
|
name: userId
|
|
|
|
type: integer
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"获取成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 分页获取统计规则列表
|
|
|
|
tags:
|
|
|
|
- WtRule
|
|
|
|
/wtRule/updateWtRule:
|
|
|
|
put:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 更新统计规则
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/request.WtRuleRes'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"更新成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 更新统计规则
|
|
|
|
tags:
|
|
|
|
- WtRule
|
2021-11-04 21:45:07 +08:00
|
|
|
/wtTemplates/createWtTemplate:
|
|
|
|
post:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 创建周报模板
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
2021-11-05 12:19:50 +08:00
|
|
|
$ref: '#/definitions/request.WtTemplateRes'
|
2021-11-04 21:45:07 +08:00
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"获取成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 创建周报模板
|
|
|
|
tags:
|
|
|
|
- WtTemplate
|
|
|
|
/wtTemplates/deleteWtTemplateByIds:
|
|
|
|
delete:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 批量删除周报模板
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
|
|
|
$ref: '#/definitions/request.IdsReq'
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"批量删除成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 批量删除WtTemplate
|
|
|
|
tags:
|
|
|
|
- WtTemplate
|
|
|
|
/wtTemplates/findWtTemplate:
|
|
|
|
get:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 主键ID
|
|
|
|
in: query
|
|
|
|
name: id
|
|
|
|
type: number
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"查询成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 用id查询周报模板
|
|
|
|
tags:
|
|
|
|
- WtTemplate
|
|
|
|
/wtTemplates/getWtTemplateList:
|
|
|
|
get:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
2021-11-05 12:19:50 +08:00
|
|
|
- in: query
|
|
|
|
name: attachments
|
|
|
|
type: string
|
2021-11-04 21:45:07 +08:00
|
|
|
- in: query
|
|
|
|
name: contents
|
|
|
|
type: string
|
|
|
|
- description: 创建时间
|
|
|
|
in: query
|
|
|
|
name: createdAt
|
|
|
|
type: string
|
|
|
|
- in: query
|
|
|
|
name: header
|
|
|
|
type: string
|
|
|
|
- description: 主键ID
|
|
|
|
in: query
|
|
|
|
name: id
|
|
|
|
type: integer
|
|
|
|
- description: 页码
|
|
|
|
in: query
|
|
|
|
name: page
|
|
|
|
type: integer
|
|
|
|
- description: 每页大小
|
|
|
|
in: query
|
|
|
|
name: pageSize
|
|
|
|
type: integer
|
2021-11-05 12:19:50 +08:00
|
|
|
- in: query
|
|
|
|
name: pictures
|
|
|
|
type: string
|
|
|
|
- in: query
|
|
|
|
name: sendTo
|
|
|
|
type: string
|
2021-11-04 21:45:07 +08:00
|
|
|
- description: 更新时间
|
|
|
|
in: query
|
|
|
|
name: updatedAt
|
|
|
|
type: string
|
2021-11-08 15:12:15 +08:00
|
|
|
- in: query
|
|
|
|
name: userId
|
|
|
|
type: integer
|
2021-11-04 21:45:07 +08:00
|
|
|
- in: query
|
|
|
|
name: userName
|
|
|
|
type: string
|
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"获取成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 分页获取周报模板列表
|
|
|
|
tags:
|
|
|
|
- WtTemplate
|
|
|
|
/wtTemplates/updateWtTemplate:
|
|
|
|
put:
|
|
|
|
consumes:
|
|
|
|
- application/json
|
|
|
|
parameters:
|
|
|
|
- description: 更新周报模板
|
|
|
|
in: body
|
|
|
|
name: data
|
|
|
|
required: true
|
|
|
|
schema:
|
2021-11-05 12:19:50 +08:00
|
|
|
$ref: '#/definitions/request.WtTemplateRes'
|
2021-11-04 21:45:07 +08:00
|
|
|
produces:
|
|
|
|
- application/json
|
|
|
|
responses:
|
|
|
|
"200":
|
|
|
|
description: '{"success":true,"data":{},"msg":"更新成功"}'
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
security:
|
|
|
|
- ApiKeyAuth: []
|
|
|
|
summary: 更新周报模板
|
|
|
|
tags:
|
|
|
|
- WtTemplate
|
2021-10-29 14:39:50 +08:00
|
|
|
swagger: "2.0"
|