Commit 910515de by 宋毅

tj

parent 11ce41dc
......@@ -11,7 +11,7 @@ class AliPayment extends APIBase {
// return rtn;
}
async getPayInfo(pobj, qobj, req) {
var result = await this.utilsAlibankSve.getH5AliDingPayInfo(pobj, pobj);
var result = await this.utilsAlibankSve.getH5AliDingPayInfo(pobj, pobj.actionBody);
return result;
}
}
......
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