管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-11-23 5feada6313b03dc13b348351807a4e29f8d2efd3
src/main/java/com/lf/server/helper/WebHelper.java
@@ -277,6 +277,17 @@
    }
    /**
     * 写响应信息
     */
    public static void writeInfo(HttpStatus status, String info, HttpServletResponse res) {
        try {
            WebHelper.write2Page(res, WebHelper.getErrJson(status, info));
        } catch (Exception e) {
            //
        }
    }
    /**
     * 获取随机整数
     */
    public static int getRandomInt(int min, int max) {