Commit 758d85e0 authored by wanglei's avatar wanglei

秘钥和域名

parent 2d549bc6
...@@ -8,13 +8,13 @@ object ConfigHelper { ...@@ -8,13 +8,13 @@ object ConfigHelper {
const val privacyPolicy = "https://sites.google.com/view/file-recovery-po/file-recovery" const val privacyPolicy = "https://sites.google.com/view/file-recovery-po/file-recovery"
// 域名 // 域名
const val eventUrl = "https://rp.easyfilemanager.xyz" const val eventUrl = "https://rp.rocioxyn.xyz"
const val apiUrl = "https://api.easyfilemanager.xyz" const val apiUrl = "https://api.rocioxyn.xyz"
// admob广告id // admob广告id
const val openAdmobId = "/6499/example/app-open"
const val interAdmobId = "ca-app-pub-3940256099942544/1033173712" const val interAdmobId = "ca-app-pub-3940256099942544/1033173712"
const val nativeAdmobId = "ca-app-pub-3940256099942544/2247696110" const val nativeAdmobId = "ca-app-pub-3940256099942544/2247696110"
const val openAdmobId = "/6499/example/app-open"
// 正式包名 // 正式包名
const val packageName = "com.kuke.photosrecovery.allrecovery.acbcali" const val packageName = "com.kuke.photosrecovery.allrecovery.acbcali"
......
...@@ -8,7 +8,7 @@ import javax.crypto.spec.SecretKeySpec ...@@ -8,7 +8,7 @@ import javax.crypto.spec.SecretKeySpec
object AESHelper { object AESHelper {
private const val aesKey = "r07y7is0zk7bej34" private const val aesKey = "szw6wn7ehtwm6ip5"
private val cipher by lazy { private val cipher by lazy {
Cipher.getInstance("AES/GCM/NoPadding") Cipher.getInstance("AES/GCM/NoPadding")
......
package com.test.easy.easycleanerjunk.helps package com.base.datarecovery.utils
import android.util.Log import android.util.Log
import com.base.datarecovery.bean.ConfigBean import com.base.datarecovery.bean.ConfigBean
import com.base.datarecovery.help.ConfigHelper import com.base.datarecovery.help.ConfigHelper
import com.base.datarecovery.utils.AESHelper
import com.google.gson.Gson import com.google.gson.Gson
import java.io.BufferedReader import java.io.BufferedReader
import java.io.InputStreamReader import java.io.InputStreamReader
......
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