ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/LocationInfoController.cs
@@ -36,4 +36,19 @@ { return Service.LocationEnable(saveModel); } //è·åè´§ä½ç¶æä¿¡æ¯ [HttpPost, AllowAnonymous, Route("LocationStatus")] public WebResponseContent LocationStatus() { return Service.LocationStatus(); } [HttpPost, AllowAnonymous, Route("RequestLocation")] public DtLocationInfo RequestLocation(string RoadWayNo, List<DtLocationInfo> locationInfos = null) { return Service.RequestLocation(RoadWayNo); } }