左晓为主开发手持机充值管理机
zuojincheng
2 天以前 dd0f9e5f533d868d68c5fc343a44356b537b3988
baselibrary/src/main/java/com/dayu/baselibrary/utils/ModelUtils.java
@@ -22,13 +22,13 @@
    //判断是哪个机型
    public static int getModelType() {
        int type;
        try {
            Class.forName("com.pos.device.config.DevConfig");
            type = ModelUtils.HuaZhiRongHaiType;
            return type;
        } catch (ClassNotFoundException e) {
//        try {
//            Class.forName("com.pos.device.config.DevConfig");
//            type = ModelUtils.HuaZhiRongHaiType;
//            return type;
//        } catch (ClassNotFoundException e) {
            type = ModelUtils.ShangMiType;
            return type;
        }
//        }
    }
}