From 51f657872f152a115fb055ad8860093a5cdbc12d Mon Sep 17 00:00:00 2001
From: lmw <125975490@qq.com>
Date: 星期一, 17 四月 2023 16:44:52 +0800
Subject: [PATCH] 隐私权限相关

---
 app/src/main/java/com/fuban/user/network/Apis.kt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/src/main/java/com/fuban/user/network/Apis.kt b/app/src/main/java/com/fuban/user/network/Apis.kt
index 2d5d08a..eed3883 100644
--- a/app/src/main/java/com/fuban/user/network/Apis.kt
+++ b/app/src/main/java/com/fuban/user/network/Apis.kt
@@ -19,8 +19,8 @@
     val SOCKET_PORT = if (isTest) TEST_PORT else LINE_PORT
 
     /**公共接口*/
-    val SHARE_URL = "https://fuban.net/share/shareIndex.html?uid=%d&type=1" //普通分享
-    val TRIP_URL = "https://fuban.net/orderShare/index.html?orderId=%s&orderType=%d" //行程分享
+    val SHARE_URL = "https://fuban.net/sharePage/share/shareIndex.html?uid=%d&type=1" //普通分享
+    val TRIP_URL = "https://fuban.net/sharePage/orderShare/index.html?orderId=%s&orderType=%d" //行程分享
 
     const val H5_URL = "base/agreement/queryByType" //获取协议
     const val queryOpenCity = "base/openCity/queryOpenCity"

--
Gitblit v1.7.1