Commit 8589ea3e by 王栋源

wdy

parent 192e4c1a
...@@ -18,7 +18,7 @@ class ZcbusinessTask extends TaskBase { ...@@ -18,7 +18,7 @@ class ZcbusinessTask extends TaskBase {
var obj = { var obj = {
"actionType": "taskpolicyneed2fq", "actionType": "taskpolicyneed2fq",
"actionBody": { "actionBody": {
"limit": 100 //推送数据条数 默认100条 "limit": 5 //推送数据条数 默认100条
} }
} }
try { try {
...@@ -34,7 +34,4 @@ class ZcbusinessTask extends TaskBase { ...@@ -34,7 +34,4 @@ class ZcbusinessTask extends TaskBase {
} }
} }
} }
module.exports = ZcbusinessTask; module.exports = ZcbusinessTask;
\ No newline at end of file
var a=new ZcbusinessTask();
a.subDoTask();
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment