ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/controller/management/MgtConfigController.java
@@ -33,7 +33,7 @@ * @Date 2023/6/6 9:14 * @Version 1.0 */ @Api(value = "平台端配置相关接口", tags = "平台端配置相关接口", description = "平台端配置相关接口") @Api(value = "管理后台配置相关接口", tags = "管理后台配置相关接口", description = "管理后台配置相关接口") @RestController @RequestMapping("/mgt/config") public class MgtConfigController { @@ -481,4 +481,6 @@ MgtBulletinBoardVo bulletinBoard = customConfigService.getBulletinBoard(); return R.ok(bulletinBoard); } }