Tiger.Controllers.System/Controllers/SYS/SYSController.Sys_Params.cs
文件名从 Tiger.Api/Controllers/SYS/SYSController.Sys_Params.cs 修改 @@ -18,7 +18,7 @@ /// <param name="code"></param> /// <returns></returns> [HttpGet] public async Task<IActionResult> getSysParam(string group, string code) public async Task<IActionResult> getSysParam(string? group, string? code) { return Ok(await DI.Resolve<ISystem>().getSysParam(group, code)); }