parent
71759463f6
commit
5782661585
|
|
@ -194,9 +194,9 @@ class SplashActivity : BaseActivity() {
|
|||
}
|
||||
}
|
||||
// //对源地址加密操作
|
||||
// val byteArrayToHexStr =
|
||||
// AESUtil.byteArrayToHexStr(AESUtil.encrypt("https://api.yijianlianjsq.com+https://yjl.kuaifei.net+https://api.onetouchjsq.com+https://yjlapi.anxuan009.com+https://yjl.jimao.xyz"))
|
||||
// android.util.Log.i("AAAAAAAAAAA","data:::"+byteArrayToHexStr)
|
||||
val byteArrayToHexStr =
|
||||
AESUtil.byteArrayToHexStr(AESUtil.encrypt("https://api2.yijianlianjsq.com+https://api2.onetouchjsq.com"))
|
||||
android.util.Log.i("AAAAAAAAAAA","data:::"+byteArrayToHexStr)
|
||||
}
|
||||
|
||||
@SuppressLint("JavascriptInterface", "SetJavaScriptEnabled")
|
||||
|
|
|
|||
|
|
@ -123,12 +123,12 @@ interface HttpApi {
|
|||
BZYConstants.MMKV_KEY_TOKEN
|
||||
).toString(),
|
||||
): String
|
||||
@GET("/host_yjl.txt")
|
||||
@GET("/host_yjlsecond.txt")
|
||||
suspend fun getHost(): String
|
||||
|
||||
@GET("/host_yjl.txt")
|
||||
@GET("/host_yjlsecond.txt")
|
||||
suspend fun getHostAWS(): String
|
||||
@GET("/ym-source/ym/main/host_yjl.txt")
|
||||
@GET("/ym-source/ym/main/host_yjlsecond.txt")
|
||||
suspend fun getHostGithubjl(): String
|
||||
|
||||
//客服链接
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ subprojects {
|
|||
buildConfigField("boolean", "is_free", "false")
|
||||
buildConfigField("boolean", "is_back_cn", "false")
|
||||
buildConfigField("String", "applicationId", "\"com.jsq.wufu\"")
|
||||
buildConfigField("String", "service_url", "\"https://api.yijianlianjsq.com/\"")
|
||||
buildConfigField("String", "service_url", "\"https://api2.yijianlianjsq.com/\"")
|
||||
buildConfigField("String", "productId", "\"0000\"")
|
||||
manifestPlaceholders(
|
||||
mapOf(
|
||||
|
|
|
|||
Loading…
Reference in New Issue