服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-09-29 564d1fcca01d3c528e283c9feef3ea1a05140e17
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));
        }