ÏîÄ¿´úÂë/WMS/WMSServices/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs
@@ -251,13 +251,13 @@ } /// <summary> /// åæç§»åºä»»å¡ /// ç§»åºä»»å¡ /// </summary> /// <returns></returns> [HttpPost, HttpGet, Route("Relocation"), AllowAnonymous] public WebResponseContent IsRelocation(string startAddress, string endAddress, string roadWay) public WebResponseContent IsRelocation([FromBody] RelocationDTO relocationDTO) { return Service.IsRelocation(startAddress, endAddress, roadWay); return Service.IsRelocation(relocationDTO); } /// <summary> /// åæå··éé´ç§»åºä»»å¡