BTGO游戏盒 v3.4.80版本的 MD5 值为:000032bab1addaabfdc671ee6a7087ab

以下内容为反编译后的 g.java 源代码,内容仅作参考


package com.qiyukf.nimlib.e;

import android.text.TextUtils;

public final class g {
    public static String a() {
        String str;
        if (com.qiyukf.nimlib.c.i() == null) {
            str = null;
        } else {
            str = com.qiyukf.nimlib.c.i().lbs;
        }
        if (TextUtils.isEmpty(str)) {
            return f.f14511b.f14506f;
        }
        return str;
    }

    public static String b() {
        String str;
        if (com.qiyukf.nimlib.c.i() == null) {
            str = null;
        } else {
            str = com.qiyukf.nimlib.c.i().probeIpv4Url;
        }
        if (TextUtils.isEmpty(str)) {
            return f.f14511b.f14508h;
        }
        return str;
    }

    public static String c() {
        String str;
        if (com.qiyukf.nimlib.c.i() == null) {
            str = null;
        } else {
            str = com.qiyukf.nimlib.c.i().probeIpv6Url;
        }
        if (TextUtils.isEmpty(str)) {
            return f.f14511b.f14509i;
        }
        return str;
    }

    public static String d() {
        String str;
        if (com.qiyukf.nimlib.c.i() == null) {
            str = null;
        } else {
            str = com.qiyukf.nimlib.c.i().defaultLink;
        }
        if (TextUtils.isEmpty(str)) {
            return f.f14511b.f14505e;
        }
        return str;
    }

    public static String e() {
        String str;
        if (com.qiyukf.nimlib.c.i() == null) {
            str = null;
        } else {
            str = com.qiyukf.nimlib.c.i().nosUploadDefaultLink;
        }
        if (TextUtils.isEmpty(str)) {
            return "https://nosup-hz1.127.net";
        }
        return str;
    }

    public static String f() {
        String str;
        if (com.qiyukf.nimlib.c.i() == null) {
            str = null;
        } else {
            str = com.qiyukf.nimlib.c.i().nosUpload;
        }
        if (TextUtils.isEmpty(str)) {
            return "nosup-hz1.127.net";
        }
        return str;
    }

    public static String g() {
        String str;
        if (com.qiyukf.nimlib.c.i() == null) {
            str = null;
        } else {
            str = com.qiyukf.nimlib.c.i().nosDownloadUrlFormat;
        }
        if (TextUtils.isEmpty(str)) {
            return "{bucket}-nosdn.netease.im/{object}";
        }
        return str;
    }

    public static String h() {
        String str;
        if (com.qiyukf.nimlib.c.i() == null) {
            str = null;
        } else {
            str = com.qiyukf.nimlib.c.i().nosDownload;
        }
        if (TextUtils.isEmpty(str)) {
            return "nos.netease.com";
        }
        return str;
    }

    public static String i() {
        if (com.qiyukf.nimlib.c.i() != null) {
            return com.qiyukf.nimlib.c.i().ntServerAddress;
        }
        return f.f14511b.f14507g;
    }
}