导航菜单

页面标题

页面副标题

OVO v3.139.0 - eeh.java 源代码

正在查看: OVO v3.139.0 应用的 eeh.java JAVA 源代码文件

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


package o.i;

import com.digibank.config.interfaces.core.deeplink.DBDestination;
import com.digibank.config.interfaces.entity.DBEnvironment;
import java.util.List;

public final class eeh implements u7h {
    public final String a;

    public class a {
        public static final int[] a;
        public static final int[] b;

        static {
            int[] iArr = new int[DBEnvironment.values().length];
            try {
                iArr[DBEnvironment.DEV.ordinal()] = 1;
            } catch (NoSuchFieldError unused) {
            }
            try {
                iArr[DBEnvironment.DEV_UNPROTECTED.ordinal()] = 2;
            } catch (NoSuchFieldError unused2) {
            }
            try {
                iArr[DBEnvironment.UAT.ordinal()] = 3;
            } catch (NoSuchFieldError unused3) {
            }
            try {
                iArr[DBEnvironment.UAT_UNPROTECTED.ordinal()] = 4;
            } catch (NoSuchFieldError unused4) {
            }
            try {
                iArr[DBEnvironment.PRODUCTION.ordinal()] = 5;
            } catch (NoSuchFieldError unused5) {
            }
            a = iArr;
            int[] iArr2 = new int[DBDestination.values().length];
            try {
                iArr2[DBDestination.HOME.ordinal()] = 1;
            } catch (NoSuchFieldError unused6) {
            }
            try {
                iArr2[DBDestination.TXN_HISTORY.ordinal()] = 2;
            } catch (NoSuchFieldError unused7) {
            }
            try {
                iArr2[DBDestination.CARD_LANDING.ordinal()] = 3;
            } catch (NoSuchFieldError unused8) {
            }
            try {
                iArr2[DBDestination.ORDER_PHYSICAL_CARD.ordinal()] = 4;
            } catch (NoSuchFieldError unused9) {
            }
            try {
                iArr2[DBDestination.MANAGE_CARD.ordinal()] = 5;
            } catch (NoSuchFieldError unused10) {
            }
            b = iArr2;
        }
    }

    public eeh(DBEnvironment dBEnvironment) {
        String str;
        vk7.f(dBEnvironment, "dbEnvironment");
        int i = a.a[dBEnvironment.ordinal()];
        if (i == 1 || i == 2) {
            str = "gxbankdev";
        } else if (i == 3 || i == 4) {
            str = "gxbankstg";
        } else {
            if (i != 5) {
                throw new qw9();
            }
            str = "gxbank";
        }
        this.a = str;
    }

    public final String a(DBDestination dBDestination) {
        vk7.f(dBDestination, "dbDestination");
        int i = a.b[dBDestination.ordinal()];
        if (i == 1) {
            return "https://gxbank.onelink.me/3bpE/9vnrj2rd";
        }
        if (i == 2) {
            return "https://gxbank.onelink.me/3bpE/p0x3m7cg";
        }
        if (i == 3) {
            throw new yx9();
        }
        if (i == 4) {
            throw new yx9();
        }
        if (i != 5) {
            throw new qw9();
        }
        throw new yx9();
    }

    public final List<String> b() {
        return pk4.a;
    }

    public final String a() {
        return this.a;
    }
}