无关风月
昨天 4b22e543a050b9f8bf8bdab1f0f1e5a7ebbe75a0
cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/system/BallController.java
@@ -570,9 +570,13 @@
        return null;
    }
    public static void main(String[] args) {
    public static void main(String[] args) throws Exception {
        String blueS = "{\"vipDetail\":1,role\":1,\"time\":[{\"start_time\":\"2025-08-25 09:00:00\",\"end_time\":\"2025-08-30 23:00:00\"}]}";
        MyQrCodeUtil.createCodeToFile(blueS);
        BufferedImage blueImage = QRCodeUtil.createImage(blueS);
        MultipartFile blueFile = convert(blueImage, new Date().getTime() + UUIDUtil.getRandomCode(3) + ".PNG");
        String s = OssUploadUtil.ossUpload("img/", blueFile);
        System.err.println(s);
    }
    
    @RequestMapping("/pre_add")