导航菜单

页面标题

页面副标题

95爱播免登录版 v3.1.9 - a.java 源代码

正在查看: 95爱播免登录版 v3.1.9 应用的 a.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.c.g.c;

import android.content.Context;
import android.text.TextUtils;
import com.c.g.j.h;
import org.json.JSONObject;

public final class a {

    private static a f5012c;

    int f5013a = 3500;

    public String f5014b = "http://h5.m.taobao.com/trade/paySuccess.html?bizOrderId=$OrderId$&";

    public static a c() {
        if (f5012c == null) {
            a aVar = new a();
            f5012c = aVar;
            String d2 = h.d(com.c.g.h.b.a().f5050a, "alipay_cashier_dynamic_config", null);
            if (!TextUtils.isEmpty(d2)) {
                try {
                    JSONObject jSONObject = new JSONObject(d2);
                    aVar.f5013a = jSONObject.optInt("timeout", 3500);
                    aVar.f5014b = jSONObject.optString("tbreturl", "http://h5.m.taobao.com/trade/paySuccess.html?bizOrderId=$OrderId$&").trim();
                } catch (Throwable unused) {
                }
            }
        }
        return f5012c;
    }

    public final int a() {
        int i = this.f5013a;
        if (i < 1000 || i > 20000) {
            return 3500;
        }
        new StringBuilder("DynamicConfig::getJumpTimeout >").append(this.f5013a);
        return this.f5013a;
    }

    public final void b(Context context) {
        new Thread(new b(this, context)).start();
    }
}