huliguo
2025-07-17 2485a4875adda2ffd0e8cfccdf749f15fe8d48cb
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));
    }