Commit 8f55ecd5 by 王栋源

wdy

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