左晓为主开发手持机充值管理机
zuoxiao
2025-04-11 040f1aba13b179ff318366680a6346af7fd97795
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;
        }
//        }
    }
}