jiangjc 1 年間 前
コミット
4b08d592c1
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      OASystem/OASystem.Api/Controllers/GroupsController.cs

+ 1 - 1
OASystem/OASystem.Api/Controllers/GroupsController.cs

@@ -452,7 +452,7 @@ namespace OASystem.API.Controllers
         [HttpPost]
         [ProducesResponseType(typeof(JsonView), StatusCodes.Status200OK)]
 
-        public async Task<IActionResult> PostIOSVisaProress(IOS_VisaDto dto)
+        public async Task<IActionResult> PostIOSVisaProgress(IOS_VisaDto dto)
         {
             if (dto == null)
             {