1
huanghongfeng
2 天以前 a34059e688e947a2ea079a0646872f1a21089940
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/LocationInfoController.cs
@@ -39,10 +39,10 @@
    //获取货位状态信息
    [HttpPost, AllowAnonymous, Route("LocationStatus")]
    public WebResponseContent LocationStatus()
    [HttpPost, AllowAnonymous, Route("LocationStatuskt")]
    public WebResponseContent LocationStatuskt()
    {
        return Service.LocationStatus();
        return Service.LocationStatuskt();
    }
    [HttpPost, AllowAnonymous, Route("RequestLocation")]