From 160b88325eb7016509191affe59036cf74ced049 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期五, 27 十二月 2024 15:58:39 +0800
Subject: [PATCH] feat(地理位置检测): 关闭支付宝地理位置检测

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

diff --git a/common/api/index.js b/common/api/index.js
index 8dd96e6..5fe978d 100644
--- a/common/api/index.js
+++ b/common/api/index.js
@@ -13,6 +13,10 @@
 export const queryShopByShopId = (params, config = {}) => http.get(URL +
     '/payfour-merchant/v1/web/aggregatePayAllin/queryShopByShopId', params, config)
 
+/* 鏍规嵁璁㈠崟id */
+export const getOnlineId = (params, config = {}) => http.get(URL +
+    '/payfour-merchant/v1/web/aggregatePayAllin/getOnlineId', params, config)
+
 /*缁熶竴鎺堟潈*/
 export const userLogin = (params, config = {}) => {
     let path = '/payfour-merchant/v1/web/aggregatePayAllin/getOpenId' //寰俊鎺堟潈

--
Gitblit v1.9.1