导航菜单

页面标题

页面副标题

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

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

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


package com.c.g.c;

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

final class b implements Runnable {

    final Context f5015a;

    final a f5016b;

    b(a aVar, Context context) {
        this.f5016b = aVar;
        this.f5015a = context;
    }

    @Override
    public final void run() {
        try {
            com.c.g.f.f.b bVar = new com.c.g.f.f.b();
            Context context = this.f5015a;
            com.c.g.f.b b2 = bVar.b(context, "", j.a(context), true);
            if (b2 != null) {
                a aVar = this.f5016b;
                String str = b2.f5032b;
                if (!TextUtils.isEmpty(str)) {
                    try {
                        JSONObject optJSONObject = new JSONObject(str).optJSONObject("st_sdk_config");
                        aVar.f5013a = optJSONObject.optInt("timeout", 3500);
                        aVar.f5014b = optJSONObject.optString("tbreturl", "http://h5.m.taobao.com/trade/paySuccess.html?bizOrderId=$OrderId$&").trim();
                    } catch (Throwable unused) {
                    }
                }
                a aVar2 = this.f5016b;
                JSONObject jSONObject = new JSONObject();
                jSONObject.put("timeout", aVar2.a());
                jSONObject.put("tbreturl", aVar2.f5014b);
                h.c(com.c.g.h.b.a().f5050a, "alipay_cashier_dynamic_config", jSONObject.toString());
            }
        } catch (Throwable unused2) {
        }
    }
}