north-glass-erp/src/main/java/com/example/erp/controller/pp/GlassOptimizeController.java
@@ -251,6 +251,11 @@ return new ResponseEntity<>(optContent.getBytes(), headers, HttpStatus.OK); } @PostMapping("/getConfiguration/{type}") public Result getConfiguration(@PathVariable String type) { return Result.seccess(glassOptimizeService.getConfiguration(type)); }