huayandong

update doc api

... ... @@ -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"
}
]
}
... ...