七色猫视频 v9.9.9版本的 MD5 值为:6e3740f68cd7a75ec951b5f356e1fd2c

以下内容为反编译后的 AppCache.java 源代码,内容仅作参考


package com.yz.baselib.base;

import android.content.Context;
import com.yz.baselib.R;
import com.yz.baselib.storage.MMKVUtil;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
public class AppCache {
    private static boolean isShanYanInitSuccess;

    public static boolean isIsShanYanInitSuccess() {
        return isShanYanInitSuccess;
    }

    public static void setIsShanYanInitSuccess(boolean z) {
        isShanYanInitSuccess = z;
    }

    public static String getUserAgreement(Context context) {
        String string = context.getResources().getString(R.string.app_name);
        ?? r2 = "海南海商椰繁网络科技有限公司";
        try {
            try {
                string = URLEncoder.encode(string, "UTF-8");
                return String.format("https://h5.pay.upaimv.cn/zl/202012251/index.html?appName=%1$s&companyName=%2$s", string, URLEncoder.encode("海南海商椰繁网络科技有限公司", "UTF-8"));
            } catch (UnsupportedEncodingException e) {
                e.printStackTrace();
                r2 = new Object[]{URLEncoder.encode(string), URLEncoder.encode("海南海商椰繁网络科技有限公司")};
                string = String.format("https://h5.pay.upaimv.cn/zl/202012251/index.html?appName=%1$s&companyName=%2$s", r2);
                return string;
            }
        } catch (Throwable th) {
            String.format("https://h5.pay.upaimv.cn/zl/202012251/index.html?appName=%1$s&companyName=%2$s", new Object[]{string, r2});
            throw th;
        }
    }

    public static void setKFPhone(String str) {
        MMKVUtil.getDefault().encode(Constants.KEY_KEFU_PHONE, str);
    }

    public static String getKFPhone() {
        return MMKVUtil.getDefault().decodeString(Constants.KEY_KEFU_PHONE, "");
    }
}