whywhyo
2023-08-05 c3a3fd61c88e008fa7857b748c227be46e8a76e5
ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZSecretController.java
@@ -59,7 +59,7 @@
    /**
     * 模板
     */
    @GetMapping("/model")
    @PostMapping("/model")
    public void getModel(HttpServletResponse response){
        ZSecret zSecret = new ZSecret();
        List<ZSecret> emptyList = Collections.singletonList(zSecret);