导航菜单

页面标题

页面副标题

新暖心缘 v8.1.1 - a.java 源代码

正在查看: 新暖心缘 v8.1.1 应用的 a.java JAVA 源代码文件

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


package l1;

import android.content.Context;
import android.text.TextUtils;
import com.pili.pldroid.player.AVOptions;
import org.json.JSONObject;
import t1.h;

public final class a {

    private static a f14814c;

    int f14815a = 3500;

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

    public static a c() {
        if (f14814c == null) {
            a aVar = new a();
            f14814c = aVar;
            String d8 = h.d(r1.b.b().f16830a, "alipay_cashier_dynamic_config", null);
            if (!TextUtils.isEmpty(d8)) {
                try {
                    JSONObject jSONObject = new JSONObject(d8);
                    aVar.f14815a = jSONObject.optInt(AVOptions.KEY_PREPARE_TIMEOUT, 3500);
                    aVar.f14816b = jSONObject.optString("tbreturl", "http://h5.m.taobao.com/trade/paySuccess.html?bizOrderId=$OrderId$&").trim();
                } catch (Throwable unused) {
                }
            }
        }
        return f14814c;
    }

    public final int a() {
        int i8 = this.f14815a;
        if (i8 < 1000 || i8 > 20000) {
            return 3500;
        }
        return this.f14815a;
    }

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