Commit 177e4cc2 by 宋毅

tj

parent 811901b5
...@@ -39,9 +39,9 @@ class PaymentAPI extends WEBBase { ...@@ -39,9 +39,9 @@ class PaymentAPI extends WEBBase {
case "queryOrderStatus"://通联支付查询 case "queryOrderStatus"://通联支付查询
opResult = await this.utilsOrderSve.queryOrderStatus(pobj, pobj.actionBody); opResult = await this.utilsOrderSve.queryOrderStatus(pobj, pobj.actionBody);
break; break;
// case "getQrCode"://获取pc端支付二维码--不跟订单关联 case "getQrCode"://获取pc端支付二维码--不跟订单关联---目前百望在使用
// opResult = await this.utilsOrderSve.getQrCode(pobj, pobj.actionBody); opResult = await this.utilsOrderSve.getQrCode(pobj, pobj.actionBody);
// break; break;
case "queryOrder"://通联支付查询 case "queryOrder"://通联支付查询
opResult = await this.utilsOrderSve.queryOrder(pobj, pobj.actionBody); opResult = await this.utilsOrderSve.queryOrder(pobj, pobj.actionBody);
break; break;
......
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