Commit fd47a1f7 by 王栋源

wdy

parent 4a357143
...@@ -52,10 +52,10 @@ class TradetransferAPI extends APIBase { ...@@ -52,10 +52,10 @@ class TradetransferAPI extends APIBase {
"sign": "2FviZ9PGws8Pt1fBhq0t90mjUvI", "sign": "2FviZ9PGws8Pt1fBhq0t90mjUvI",
"actionBody": obj "actionBody": obj
} }
// var tokenInfo = await this.getToken(); var tokenInfo = await this.getToken();
var url = this.channelApiUrl + "/api/action/tradetransfer/ordersel"; var url = this.channelApiUrl + "/api/action/tradetransfer/ordersel";
// var rtn = await this.execlient.execPostTK(sobj, url, tokenInfo.data.token); var rtn = await this.execlient.execPostTK(sobj, url, tokenInfo.data.token);
var rtn = await this.execlient.execPostTK(sobj, url,"token"); // var rtn = await this.execlient.execPostTK(sobj, url,"token");
return rtn; return rtn;
} }
......
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