服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-10-17 f2af5cea58ade32013e538c6354bd961ed02cb94
Tiger.Api/Controllers/Test/TestController.R.cs
@@ -306,7 +306,7 @@
    public partial class _TestController : ControllerBase
    {
        [HttpGet]
        public async Task<IActionResult> DoSomething(int duration)
        public async Task<IActionResult> DoSomething(int duration, string code)
        {
            Barcode b = new("asdasd");
            var begin = DateTime.Now;