Commit 8589ea3e by 王栋源

wdy

parent 192e4c1a
......@@ -18,7 +18,7 @@ class ZcbusinessTask extends TaskBase {
var obj = {
"actionType": "taskpolicyneed2fq",
"actionBody": {
"limit": 100 //推送数据条数 默认100条
"limit": 5 //推送数据条数 默认100条
}
}
try {
......@@ -34,7 +34,4 @@ class ZcbusinessTask extends TaskBase {
}
}
}
module.exports = ZcbusinessTask;
var a=new ZcbusinessTask();
a.subDoTask();
\ No newline at end of file
module.exports = ZcbusinessTask;
\ 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