From 2485a4875adda2ffd0e8cfccdf749f15fe8d48cb Mon Sep 17 00:00:00 2001 From: huliguo <2023611923@qq.com> Date: 星期四, 17 七月 2025 08:47:48 +0800 Subject: [PATCH] bug修改 --- ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SystemConfigController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SystemConfigController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SystemConfigController.java index d7af45d..7ea4d58 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SystemConfigController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SystemConfigController.java @@ -34,7 +34,7 @@ * 系统配置-查看 */ @GetMapping("/getSystemConfigByType") - @ApiOperation(value = "根据类型获取配置内容") + @ApiOperation(value = "根据类型获取配置内容(1-启动页 2-客服 3-抽单)") public R<SystemConfigVO> getSystemConfigByType(@RequestParam(value = "type") Integer type) { return R.ok(systemConfigService.getSystemConfigByType(type)); } -- Gitblit v1.7.1