From 2d88676a862d41abfb1f471f2cf071a5bc839adf Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 06 一月 2025 12:01:40 +0800
Subject: [PATCH] feat(活码支付): 金额和商户信息直接从活码查询

---
 common/api/index.js |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/common/api/index.js b/common/api/index.js
index a38ca85..7b61c6e 100644
--- a/common/api/index.js
+++ b/common/api/index.js
@@ -9,13 +9,17 @@
 export const queryShopByCid = (params, config = {}) => http.get(URL +
     '/payfour-merchant/v1/web/aggregatePayAllin/queryShopById', params, config)
 
+/* 鏍规嵁鍔ㄦ�佺爜id鑾峰彇鍟嗛摵淇℃伅 */
+export const queryShopByActQrId = (params, config = {}) => http.get(URL +
+    '/payfour-merchant/v1/web/aggregatePayAllin/getPayInfo', params, config)
+
+/* 鏍规嵁璁㈠崟id鑾峰彇鍟嗛摵淇℃伅 */
+export const queryShopByOnlineId = (params, config = {}) => http.get(URL +
+    '/payfour-merchant/v1/web/aggregatePayAllin/getOnlineId', params, config)
+
 /* 鏍规嵁shopId鑾峰彇鍟嗛摵淇℃伅 */
 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)
 
 /*缁熶竴鎺堟潈*/
 export const userLogin = (params, config = {}) => {

--
Gitblit v1.9.1