Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs
@@ -284,4 +284,9 @@ { return await Service.GetRoadWayAsync(process); } [HttpPost, AllowAnonymous, Route("GetGWRoadWayAsync")] public async Task<string> GetGWRoadWayAsync(List<string> process) { return await Service.GetGWRoadWayAsync(process); } }