huayandong

update doc api

@@ -25,29 +25,16 @@ @@ -25,29 +25,16 @@
25 "totalCount": 8, 25 "totalCount": 8,
26 "totalPage": 2, 26 "totalPage": 2,
27 "list": [ 27 "list": [
28 - { 28 +
29 - "taskId": 1,  
30 - "operator": "xxx@boxfish.cn",  
31 - "fileName": "这是一个测试任务:Test1",  
32 - "mailList": "huayandong@boxfish.cn",  
33 - "cron": "0 0/1 8-20 * * ?",  
34 - "flagEnable": true  
35 - },  
36 - {  
37 - "taskId": 2,  
38 - "operator": "xxx@boxfish.cn",  
39 - "fileName": "这是一个测试任务:Test2",  
40 - "mailList": "huayandong@boxfish.cn",  
41 - "cron": "10 0/1 8-20 * * ?",  
42 - "flagEnable": false  
43 - },  
44 { 29 {
45 "taskId": 3, 30 "taskId": 3,
46 "operator": "xxx@boxfish.cn", 31 "operator": "xxx@boxfish.cn",
47 "fileName": "这是一个测试任务:Test3", 32 "fileName": "这是一个测试任务:Test3",
48 "mailList": "huayandong@boxfish.cn", 33 "mailList": "huayandong@boxfish.cn",
49 "cron": "20 0/1 8-20 * * ?", 34 "cron": "20 0/1 8-20 * * ?",
50 - "flagEnable": true 35 + "flagEnable": true,
  36 + "scriptUpdate": "script_update",
  37 + "scriptQuery": "script_query"
51 }, 38 },
52 { 39 {
53 "taskId": 4, 40 "taskId": 4,
@@ -55,7 +42,9 @@ @@ -55,7 +42,9 @@
55 "fileName": "这是一个测试任务:Test4", 42 "fileName": "这是一个测试任务:Test4",
56 "mailList": "huayandong@boxfish.cn", 43 "mailList": "huayandong@boxfish.cn",
57 "cron": "30 0/1 8-20 * * ?", 44 "cron": "30 0/1 8-20 * * ?",
58 - "flagEnable": false 45 + "flagEnable": false,
  46 + "scriptUpdate": "script_update",
  47 + "scriptQuery": "script_query"
59 } 48 }
60 ] 49 ]
61 } 50 }