Commit f863b536 by 王栋源

wdy

parent 59339dd2
......@@ -85,7 +85,8 @@ class TradetransferAPI extends APIBase {
async orderclose(obj) {
var url = this.transferurl + "api/transfer/tradeApi/closeOrder";
var transferinfo = await this.execlient.execPost(obj, url);
return transferinfo;
var a=JSON.parse(transferinfo.stdout)
return a;
}
......
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