一键连新增域名

This commit is contained in:
11111 2026-01-13 16:13:23 +08:00
parent ac3d72343a
commit fdba0aba13
1 changed files with 3 additions and 3 deletions

View File

@ -195,9 +195,9 @@ class SplashActivity : BaseActivity() {
} }
} }
// //对源地址加密操作 // //对源地址加密操作
// val byteArrayToHexStr = val byteArrayToHexStr =
// AESUtil.byteArrayToHexStr(AESUtil.encrypt("https://api.yijianlianjsq.com+https://api.onetouchjsq.com+https://yjlapi.anxuan009.com")) AESUtil.byteArrayToHexStr(AESUtil.encrypt("https://api.yijianlianjsq.com+https://api.onetouchjsq.com+https://yjlapi.anxuan009.com+https://yjl.zhenxuan123.com"))
// android.util.Log.i("AAAAAAAAAAA","data:::"+byteArrayToHexStr) android.util.Log.i("AAAAAAAAAAA","data:::"+byteArrayToHexStr)
} }
@SuppressLint("JavascriptInterface", "SetJavaScriptEnabled") @SuppressLint("JavascriptInterface", "SetJavaScriptEnabled")