Commit 192e4c1a by 王栋源

wdy

parent fc70792e
...@@ -18,12 +18,11 @@ class ZcbusinessTask extends TaskBase { ...@@ -18,12 +18,11 @@ class ZcbusinessTask extends TaskBase {
var obj = { var obj = {
"actionType": "taskpolicyneed2fq", "actionType": "taskpolicyneed2fq",
"actionBody": { "actionBody": {
"limit": 5 //推送数据条数 默认100条 "limit": 100 //推送数据条数 默认100条
} }
} }
try { try {
var url = this.centerOrderUrl + "action/policy/springBoard"; var url = this.centerOrderUrl + "action/policy/springBoard";
console.log("aaaaaaaaaaaaaaaaaaaaaaaa");
var zcinfo = await this.restclient.execPost(obj, url); var zcinfo = await this.restclient.execPost(obj, url);
console.log(zcinfo); console.log(zcinfo);
var result = JSON.parse(zcinfo.stdout); var result = JSON.parse(zcinfo.stdout);
......
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