Commit bc86a6ed by 宋毅

Merge branch 'igirl-channel' of gitlab.gongsibao.com:jiangyong/zhichan into igirl-channel

parents 009c6344 54e06808
...@@ -92,7 +92,10 @@ class TradetransferAPI extends APIBase { ...@@ -92,7 +92,10 @@ class TradetransferAPI extends APIBase {
//阿里网关 //阿里网关
async aliclienttransfer(p, obj) { async aliclienttransfer(p, obj) {
console.log("----------------sssssssssssssssssss-------------------------------------------")
console.log(p.actionBody)
if (p.actionBody) { if (p.actionBody) {
console.log(p.actionBody)
var rtn = await this.aliclient.reqbyget(p.actionBody) var rtn = await this.aliclient.reqbyget(p.actionBody)
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