Commit d44a1f08 by 宋毅

tj

parent 222aa53f
...@@ -34,7 +34,7 @@ class PaymentAPI extends WEBBase { ...@@ -34,7 +34,7 @@ class PaymentAPI extends WEBBase {
opResult = await this.utilsOrderSve.getH5PayUrl(pobj, pobj.actionBody); opResult = await this.utilsOrderSve.getH5PayUrl(pobj, pobj.actionBody);
break; break;
case "getOrderQrCode"://pc端订单支付二维码生成 case "getOrderQrCode"://pc端订单支付二维码生成
opResult = await this.utilsOrderSve.getQrCodeInfo(pobj, pobj.actionBody); opResult = await this.utilsOrderSve.getOrderQrCode(pobj, pobj.actionBody);
break; break;
case "queryOrderStatus"://通联支付查询 case "queryOrderStatus"://通联支付查询
opResult = await this.utilsOrderSve.queryOrderStatus(pobj, pobj.actionBody); opResult = await this.utilsOrderSve.queryOrderStatus(pobj, pobj.actionBody);
...@@ -52,4 +52,4 @@ class PaymentAPI extends WEBBase { ...@@ -52,4 +52,4 @@ class PaymentAPI extends WEBBase {
return opResult; return opResult;
} }
} }
module.exports = PaymentAPI; module.exports = PaymentAPI;
\ No newline at end of file
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