mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-06-20 18:58:16 +08:00
feat: ✨ 计划作业 (#87)
This commit is contained in:
13
assets/seed-data/Sys_Job.json
Normal file
13
assets/seed-data/Sys_Job.json
Normal 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,
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user