From 90169550c9f6836e715360b3fc2163e159432814 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 04 十一月 2024 17:52:01 +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