Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/LocationInfoController.cs
@@ -90,7 +90,7 @@ /// </summary> /// <param name="taskNum"></param> /// <returns></returns> [HttpGet, HttpPost, Route("TransferCheck"),AllowAnonymous] [HttpGet, HttpPost, Route("TransferCheck"), AllowAnonymous] public async Task<WebResponseContent?> TransferCheckAsync([FromBody] int taskNum) { return await Service.TransferCheckAsync(taskNum);