From d5306c224a91b37869d2b96ba03d5a7152bd11e2 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 23 十二月 2024 21:20:26 +0800
Subject: [PATCH] feat(支持线上订单支付 ):

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

diff --git a/common/api/index.js b/common/api/index.js
index a38ca85..5fe978d 100644
--- a/common/api/index.js
+++ b/common/api/index.js
@@ -13,9 +13,9 @@
 export const queryShopByShopId = (params, config = {}) => http.get(URL +
     '/payfour-merchant/v1/web/aggregatePayAllin/queryShopByShopId', params, config)
 
-/* 鑾峰彇绉垎浠峰�� */
-export const getScoreWorth = (params, config = {}) => http.get(URL +
-    '/payfour-merchant/v1/web/aggregatePayAllin/getScoreWorth', params, config)
+/* 鏍规嵁璁㈠崟id */
+export const getOnlineId = (params, config = {}) => http.get(URL +
+    '/payfour-merchant/v1/web/aggregatePayAllin/getOnlineId', params, config)
 
 /*缁熶竴鎺堟潈*/
 export const userLogin = (params, config = {}) => {

--
Gitblit v1.9.1