Commit a0cd1263 by 王栋源

wdy

parent 9746d5b2
......@@ -61,7 +61,7 @@ class TradetransferAPI extends APIBase {
//订单关闭
async orderclose(obj) {
var url = this.transferurl + "api/transfer/tradeApi/closeOrder";
var transferinfo = await this.execlient.execPost(p, url);
var transferinfo = await this.execlient.execPost(p.actionBody, url);
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