导航菜单

页面标题

页面副标题

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

正在查看: 新暖心缘 v8.1.1 应用的 b.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;
import t1.j;

final class b implements Runnable {

    final Context f14817a;

    final a f14818b;

    b(a aVar, Context context) {
        this.f14818b = aVar;
        this.f14817a = context;
    }

    @Override
    public final void run() {
        try {
            p1.b bVar = new p1.b();
            Context context = this.f14817a;
            o1.b e8 = bVar.e(context, "", j.a(context), true);
            if (e8 != null) {
                a aVar = this.f14818b;
                String str = e8.f16141b;
                if (!TextUtils.isEmpty(str)) {
                    try {
                        JSONObject optJSONObject = new JSONObject(str).optJSONObject("st_sdk_config");
                        aVar.f14815a = optJSONObject.optInt(AVOptions.KEY_PREPARE_TIMEOUT, 3500);
                        aVar.f14816b = optJSONObject.optString("tbreturl", "http://h5.m.taobao.com/trade/paySuccess.html?bizOrderId=$OrderId$&").trim();
                    } catch (Throwable unused) {
                    }
                }
                a aVar2 = this.f14818b;
                JSONObject jSONObject = new JSONObject();
                jSONObject.put(AVOptions.KEY_PREPARE_TIMEOUT, aVar2.a());
                jSONObject.put("tbreturl", aVar2.f14816b);
                h.c(r1.b.b().f16830a, "alipay_cashier_dynamic_config", jSONObject.toString());
            }
        } catch (Throwable unused2) {
        }
    }
}