Commit 011b91fa by 蒋勇

d

parent 67a624f7
...@@ -97,6 +97,8 @@ class TradetransferAPI extends APIBase { ...@@ -97,6 +97,8 @@ class TradetransferAPI extends APIBase {
if (p.actionBody) { if (p.actionBody) {
console.log(p.actionBody) console.log(p.actionBody)
var rtn = await this.aliclient.reqbyget(p.actionBody) var rtn = await this.aliclient.reqbyget(p.actionBody)
console.log("after call ali......................................form igirl-channel...")
console.log(rtn)
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