diff --git a/src/api/orderPay/orderPay.js b/src/api/orderPay/orderPay.js index 37ceebd..dd4f27f 100644 --- a/src/api/orderPay/orderPay.js +++ b/src/api/orderPay/orderPay.js @@ -26,4 +26,16 @@ export function vxPayQuery(params) { // 微信 } +export function bankH5Pay(params) { // 农行 + return request({ + url: 'abcBankPay/bankH5Pay', + method: 'post', + data: params + }) +} + + + + + diff --git a/src/components/orderPay.vue b/src/components/orderPay.vue index 30cb9d7..61d69ff 100644 --- a/src/components/orderPay.vue +++ b/src/components/orderPay.vue @@ -40,7 +40,7 @@