Toggle navigation
Toggle navigation
This project
Loading...
Sign in
huayandong
/
recommend-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
huayandong
2019-08-16 20:15:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7274c36a10c57d592cc53c4b7d04fc7290c38e3f
7274c36a
1 parent
2f897d48
update doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
18 deletions
back-页面接口/20190816-任务调度后台接口.md
back-页面接口/20190816-任务调度后台接口.md
View file @
7274c36
...
...
@@ -25,29 +25,16 @@
"totalCount": 8,
"totalPage": 2,
"list": [
{
"taskId": 1,
"operator": "xxx@boxfish.cn",
"fileName": "这是一个测试任务:Test1",
"mailList": "huayandong@boxfish.cn",
"cron": "0 0/1 8-20 * * ?",
"flagEnable": true
},
{
"taskId": 2,
"operator": "xxx@boxfish.cn",
"fileName": "这是一个测试任务:Test2",
"mailList": "huayandong@boxfish.cn",
"cron": "10 0/1 8-20 * * ?",
"flagEnable": false
},
{
"taskId": 3,
"operator": "xxx@boxfish.cn",
"fileName": "这是一个测试任务:Test3",
"mailList": "huayandong@boxfish.cn",
"cron": "20 0/1 8-20 * * ?",
"flagEnable": true
"flagEnable": true,
"scriptUpdate": "script_update",
"scriptQuery": "script_query"
},
{
"taskId": 4,
...
...
@@ -55,7 +42,9 @@
"fileName": "这是一个测试任务:Test4",
"mailList": "huayandong@boxfish.cn",
"cron": "30 0/1 8-20 * * ?",
"flagEnable": false
"flagEnable": false,
"scriptUpdate": "script_update",
"scriptQuery": "script_query"
}
]
}
...
...
Please
register
or
login
to post a comment