From c498177185391b997c9f9c76e0c7ce7a472da542 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期五, 03 一月 2025 11:41:29 +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