石广澎
2024-07-11 ab08219576ccfebd02c5335dc8b19b36d8ee1e90
common/api/index.js
@@ -58,8 +58,13 @@
/* 微信支付 */
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 +
@@ -75,7 +80,7 @@
/* 通联快捷支付 */
export const tlPay = (params, config = {}) => http.post(URL +
   '/payfour-merchant/v1/web/aggregatePayAllin/payagreeconfirm',
   '/payfour-merchant/v1/web/aggregatePayAllin/pay/scanpayagreeconfirm',
   params, config = {});
/* 微信支付结果 */