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)); }