From 847d368435d189cba684a8efd5f50a7d230a6e79 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期五, 30 八月 2024 21:26:43 +0800
Subject: [PATCH] feat(支付): 去除无用代码、依赖
---
common/api/index.js | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/common/api/index.js b/common/api/index.js
index a38ca85..8dd96e6 100644
--- a/common/api/index.js
+++ b/common/api/index.js
@@ -13,10 +13,6 @@
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 = {}) => {
let path = '/payfour-merchant/v1/web/aggregatePayAllin/getOpenId' //寰俊鎺堟潈
--
Gitblit v1.9.1