fix
lmw
2023-03-14 128cbeac95dbc995fe1760bbd0f0a985fa5d23ba
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"