feat: 计划作业 (#87)

This commit is contained in:
2024-02-02 14:05:39 +08:00
committed by GitHub
parent 473b0c26f2
commit 8293ec0297
70 changed files with 2171 additions and 14 deletions

View File

@ -65,6 +65,7 @@
硕士
离异
私信
空闲
等于
等待发送
系统模块
@ -79,6 +80,7 @@
调试
跟踪
身份证
运行
重设密码
链接
错误

View File

@ -7,6 +7,7 @@ XML注释文件不存在
事务已提交
人机校验请求不能为空
人机验证未通过
作业名称不能为空
允许的文件大小
允许的文件格式
区号电话号码分机号
@ -23,6 +24,7 @@ XML注释文件不存在
开始事务
手机号码不正确
手机号码不能为空
接口编码不存在
支付宝账号
数据库同步开始
数据库服务器时钟偏移
@ -39,7 +41,10 @@ XML注释文件不存在
旧手机号码不正确
旧手机号码验证码不正确
时间戳缺失或误差过大
时间表达式
时间计划不能为空
未指定部门
未获取到待执行任务
模块名称不能为空
模块说明不能为空
消息主题不能为空
@ -52,6 +57,7 @@ XML注释文件不存在
用户名长度4位以上
用户头像不能为空
用户档案不能为空
用户编号不存在
目标设备不能为空
短信验证请求不能为空
站内信不存在
@ -68,7 +74,9 @@ XML注释文件不存在
该角色下存在用户
该部门下存在子部门
该部门下存在用户
请求地址不能为空
请求对象不能为空
请求方法不正确
请联系管理员激活账号
读取用户令牌出错
账号不能为空

View File

@ -0,0 +1,13 @@
[
{
"Enabled": true,
"ExecutionCron": "* * * * *",
"HttpMethod": 3,
"JobName": "HTTP 请求测试",
"NextExecTime": "2020/9/13 12:26:40",
"NextTimeId": 1600000000,
"RequestUrl": "https://httpbin.org/ip",
"Status": 1,
"UserId": 370942943322181,
}
]

View File

@ -85,6 +85,17 @@
"Title": "系统设置",
"Type": 1
},
{
"Component": "sys/job",
"Icon": "sc-icon-ScheduledJob",
"Id": 510067557638158,
"Name": "sys-job",
"ParentId": 485278637670422,
"Path": "/sys/job",
"Sort": 99,
"Title": "计划作业",
"Type": 1
},
{
"Component": "sys/dic",
"Icon": "sc-icon-dic",
@ -92,7 +103,7 @@
"Name": "sys-dic",
"ParentId": 485278637670422,
"Path": "/sys/dic",
"Sort": 99,
"Sort": 98,
"Title": "字典管理",
"Type": 1
},
@ -103,7 +114,7 @@
"Name": "sys-msg",
"ParentId": 485278637670422,
"Path": "/sys/msg",
"Sort": 98,
"Sort": 97,
"Title": "消息管理",
"Type": 1,
},
@ -114,7 +125,7 @@
"Name": "sys-api",
"ParentId": 485278637670422,
"Path": "/sys/api",
"Sort": 97,
"Sort": 96,
"Title": "接口管理",
"Type": 1
},
@ -125,7 +136,7 @@
"Name": "sys-cache",
"ParentId": 485278637670422,
"Path": "/sys/cache",
"Sort": 96,
"Sort": 95,
"Title": "缓存管理",
"Type": 1
},
@ -136,7 +147,7 @@
"Name": "sys-about",
"ParentId": 485278637670422,
"Path": "/sys/about",
"Sort": 95,
"Sort": 94,
"Title": "版本信息",
"Type": 1,
},