yangys
2025-07-08 f379dade90ec59e08c037cba4917308e3dfdb928
blade-service/blade-mdm/src/main/java/org/springblade/mdm/program/controller/MdmParamController.java
@@ -35,7 +35,7 @@
   @GetMapping("/getValue")
   @ApiOperationSupport(order = 2)
   @Operation(summary = "获取参数值")
   public R<String> detail(@Parameter(description = "参数Key") @RequestParam String paramKey) {
   public R<String> getValue(@Parameter(description = "参数Key") @RequestParam String paramKey) {
      try {
         return sysClient.getParamValue(paramKey);
      }catch (Exception e){