Commit af98239b authored by guest's avatar guest

1

parent f433d037
package com.test.easy.easycleanerjunk.helps package com.test.easy.easycleanerjunk.helps
import android.os.Build import android.os.Build
import android.util.Log
import androidx.annotation.RequiresApi import androidx.annotation.RequiresApi
import com.google.gson.Gson import com.google.gson.Gson
import com.test.easy.easycleanerjunk.BuildConfig import com.test.easy.easycleanerjunk.BuildConfig
...@@ -62,7 +61,6 @@ object ComUtils { ...@@ -62,7 +61,6 @@ object ComUtils {
if (i.toString() != "null") { if (i.toString() != "null") {
i!!.groupValues[1].let { i!!.groupValues[1].let {
val str = AESHelper.decrypt(it) val str = AESHelper.decrypt(it)
Log.e("MXL", "onResponse: "+str )
val gson = Gson() val gson = Gson()
val bean = gson.fromJson(str, ConfigBean::class.java) val bean = gson.fromJson(str, ConfigBean::class.java)
SPUtils.getInstance().put("actionS", bean.actionS) SPUtils.getInstance().put("actionS", bean.actionS)
......
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