From 1d8fb91684da7c04bdfef00cfa6f09ff5aad09a2 Mon Sep 17 00:00:00 2001
From: xuekang <914468783@qq.com>
Date: 星期三, 28 八月 2024 08:24:29 +0800
Subject: [PATCH] 删除未使用api
---
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