Commit e4315687 by 王栋源

wdy

parent 23c70539
...@@ -16,7 +16,7 @@ class TmtransferTask extends TaskBase{ ...@@ -16,7 +16,7 @@ class TmtransferTask extends TaskBase{
console.log(params); console.log(params);
console.log("TestTask1....."); console.log("TestTask1.....");
var url = this.transferurl + "api/transfer/tradeApi/uppaymentstatus"; var url = this.transferurl + "api/transfer/tradeApi/uppaymentstatus";
var transferinfo = await this.execlient.execGet(null, url); var transferinfo = await this.restclient.execGet(null, url);
var result = JSON.parse(transferinfo.stdout) var result = JSON.parse(transferinfo.stdout)
return result; return result;
} }
......
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