|
@@ -3,10 +3,8 @@ package com.swago.baseswago.constant
|
|
|
import com.google.gson.Gson
|
|
|
import com.swago.baseswago.BuildConfig
|
|
|
import com.swago.baseswago.model.ConfigModel
|
|
|
-import com.swago.baseswago.model.LoginModel
|
|
|
import com.swago.baseswago.util.AppContext
|
|
|
import com.swago.baseswago.util.SpUtil
|
|
|
-import com.swago.baseswago.util.UserInfo
|
|
|
import java.io.File
|
|
|
|
|
|
/**
|
|
@@ -73,8 +71,8 @@ object UrlConstant {
|
|
|
this.imId = imId
|
|
|
}
|
|
|
|
|
|
- const val USER_AGREEMENT = "http://doc.swago.cn/html/userAgreement.html"
|
|
|
- const val USER_PRIVACY = "http://doc.swago.cn/html/privacyPolicy.html"
|
|
|
+ const val USER_AGREEMENT = "http://agreement.swago.cn/html/userAgreement.html"
|
|
|
+ const val USER_PRIVACY = "http://agreement.swago.cn/html/privacyPolicy.html"
|
|
|
|
|
|
val TOP_UP = "${BASE_WEB_URL}/recharge/detail"
|
|
|
val WITHDRAW = "${BASE_WEB_URL}/withdrawal"
|