Commit a8e81552 authored by guest's avatar guest

去除测试配置

parent 824bf5c1
......@@ -4,40 +4,6 @@ import com.base.pdfviewerscannerwhite.utils.AppPreferences
object GlobalConfig {
// 包名
const val PACKAGE_NAME = "com.cleaner.recovery.tencgog"
// 域名
/**
* Url Event 上报接口
*/
const val URL_EVENT = "https://rp.rocioxynv2.online"
/**
* Url Api 业务接口
*/
const val URL_API = "https://api.rocioxynv2.online"
/**
* Url Privacy 隐私链接
*/
const val URL_PRIVACY = "https://sites.google.com/view/recpri/rec"
/**
* Url Use 使用条款
*/
const val URL_USE = ""
/**
* Key Aes 加密key
*/
const val KEY_AES = "5s1q2jusawhorcz0"
/**
* Key solar 归因key
*/
const val KEY_SOLAR = ""
inline val ID_ADMOB_APPLICATION get() = "ca-app-pub-3940256099942544~3347511713"
// admob广告位id
inline val ID_ADMOB_OPEN get() = "ca-app-pub-3940256099942544/9257395921"
......
......@@ -38,7 +38,7 @@ object NewComUtils {
"$API_URL/${appCode}spk?pkg=$packageName&referrer=${bRefer}&vn=${BuildConfig.VERSION_NAME}&vc=${BuildConfig.VERSION_CODE}&device=${
AppPreferences.getInstance().getString("gid", "")
}&aid=${AppPreferences.getInstance().getString("uuid", "")}&mode=4"
}&aid=${AppPreferences.getInstance().getString("uuid", "")}"
// &mode=3
}
......@@ -105,7 +105,6 @@ object NewComUtils {
}
private fun parseConfigBean(json: String) {
Log.e("MXL", "parseConfigBean: "+json )
val gson = Gson()
val type = object : TypeToken<Map<String, String>>() {}.type
val configMap = gson.fromJson<Map<String, String>>(json, type)
......
[versions]
agp = "8.3.1"
agp = "8.1.4"
kotlin = "1.8.0"
coreKtx = "1.8.0"
junit = "4.13.2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment