左晓为主开发手持机充值管理机
zuoxiao
5 天以前 548dce0bcff06ee7a1795defe8e7789b9d7aad94
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;
        }
//        }
    }
}