导航菜单

页面标题

页面副标题

万能钥匙 v1.1.23 - m.java 源代码

正在查看: 万能钥匙 v1.1.23 应用的 m.java JAVA 源代码文件

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


package la;

import android.content.Context;
import android.text.TextUtils;

public class m {
    public static String a() {
        return u9.a.f18905b;
    }

    public static String b(Context context) {
        if (v8.b.b()) {
            return "https://mobilegw.alipaydev.com/mgw.htm";
        }
        if (v8.b.a()) {
            return "https://mobilegw.dl.alipaydev.com/mgw.htm";
        }
        if (context == null) {
            return u9.a.f18904a;
        }
        String str = u9.a.f18904a;
        return TextUtils.isEmpty(str) ? u9.a.f18904a : str;
    }
}