百度手机卫士 v8.4.5版本的 MD5 值为:c65ef854a40bb6200c4d8c4603c58403

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


package com.baidu.im.a;

public enum c {
    imPlatform_rd(d.imPlatform, "10.44.88.50", 8001),
    imPlatform_qa(d.imPlatform, "10.44.88.50", 8001),
    imPlatform_online(d.imPlatform, "10.81.10.243", 14000),
    localMock(d.localMock, "", 1);

    d o;
    String p;
    int port;

    c(d dVar, String str, int i) {
        this.o = dVar;
        this.p = str;
        this.port = i;
    }

    public String b() {
        return this.p;
    }

    public d c() {
        return this.o;
    }

    public int getPort() {
        return this.port;
    }
}