xf 1 năm trước cách đây
mục cha
commit
faa78c551e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Identity.Host/Apis/TestController.cs

+ 1 - 1
src/Identity.Host/Apis/TestController.cs

@@ -22,7 +22,7 @@ namespace Identity.Host.Apis
         }
 
         [HttpPost("time1")]
-        public async Task<ApiResponse<string>> Time([FromBody] int t)
+        public async Task<ApiResponse<string>> Time(int t)
         {
             var data = DateTime.Now.ToString("F");
             return new ApiResponse<string>