From db03391c6bde1f7b1a93164930799fc434c0f9f2 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期四, 10 十月 2024 17:16:48 +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