From 6c2609b9f3212e4e502e1dc4d0d4f1382d8782e8 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期四, 11 七月 2024 11:28:14 +0800
Subject: [PATCH] feat(支付): 支付页修改

---
 common/api/index.js |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/common/api/index.js b/common/api/index.js
index 4776e01..53ac3a7 100644
--- a/common/api/index.js
+++ b/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 = {});
 
 /* 寰俊鏀粯缁撴灉 */

--
Gitblit v1.9.1