热汗舞蹈 v1.24.1.0版本的 MD5 值为:f1dc6ef07903515a73f51f41f372123e

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


package com.qiyukf.nimlib.e;

import android.text.TextUtils;
import com.qiyukf.nimlib.sdk.ServerAddresses;
public final class e {

    public enum a {
        TEST("t", "imtest.netease.im:2000", "https://imtest.netease.im/lbs/conf.jsp", "https://imtest.netease.im/1.gif", "https://imtest4.netease.im/test", "https://imtest6.netease.im:8012/"),
        PRE_REL("p", "link.netease.im:8080", "https://lbs.netease.im/lbs/conf.jsp", "https://imtest.netease.im/1.gif", "https://imtest4.netease.im/test", "https://imtest6.netease.im:8012/"),
        REL("r", "link.chatnos.com:8080", "https://lbs-qiyu.netease.im/lbs/conf.jsp?devflag=qyonline", "https://dr.netease.im/1.gif", "https://imtest4.netease.im/test", "https://imtest6.netease.im:8012/");
        
        public String f19676d;
        public String f19677e;
        public String f19678f;
        public String f19679g;
        public String f19680h;
        public String f19681i;

        a(String str, String str2, String str3, String str4, String str5, String str6) {
            this.f19676d = str;
            this.f19677e = str2;
            this.f19678f = str3;
            this.f19679g = str4;
            this.f19680h = str5;
            this.f19681i = str6;
        }
    }

    public static boolean a() {
        return f.f19683b == a.TEST;
    }

    public static boolean b() {
        return f.f19683b == a.PRE_REL;
    }

    public static boolean c() {
        ServerAddresses i10 = com.qiyukf.nimlib.c.i();
        return (i10 == null || TextUtils.isEmpty(i10.negoKeyEncaKeyParta) || TextUtils.isEmpty(i10.negoKeyEncaKeyPartb)) ? false : true;
    }

    public static boolean d() {
        ServerAddresses i10 = com.qiyukf.nimlib.c.i();
        return (i10 == null || TextUtils.isEmpty(i10.module)) ? false : true;
    }

    public static int e() {
        if (f.f19683b.f19676d.equals("t")) {
            return 1;
        }
        if (f.f19683b.f19676d.equals("p")) {
            return 2;
        }
        f.f19683b.f19676d.equals("r");
        return 0;
    }

    public static boolean f() {
        return (com.qiyukf.nimlib.c.i() != null) && com.qiyukf.nimlib.c.i().test;
    }

    public static void a(int i10) {
        f.a(i10);
    }
}