| | |
| | | /* 微信支付 */ |
| | | export const saveWxOrder = (params, config = {}) => http.post(URL + |
| | | '/payfour-merchant/v1/web/aggregatePayAllin/saveWxOrder', params, config = {}); |
| | | /*统一支付*/ |
| | | export const saveOrder = (params, config = {}) => http.post(URL + |
| | | '/payfour-merchant/v1/web/aggregatePayAllin/saveOrder', params, config = {}); |
| | | |
| | | /*取消订单*/ |
| | | export const closeOrder = (params, config = {}) => http.get(URL + |
| | | '/payfour-merchant/v1/web/aggregatePayAllin/scanPayOrderClose', params, config = {}); |
| | | |
| | | /* 图形验证吗 */ |
| | | export const getVerify = (params, config = {}) => http.get(URL + |
| | |
| | | |
| | | /* 通联快捷支付 */ |
| | | export const tlPay = (params, config = {}) => http.post(URL + |
| | | '/payfour-merchant/v1/web/aggregatePayAllin/payagreeconfirm', |
| | | '/payfour-merchant/v1/web/aggregatePayAllin/pay/scanpayagreeconfirm', |
| | | params, config = {}); |
| | | |
| | | /* 微信支付结果 */ |