Commit 192e4c1a by 王栋源

wdy

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