陈勇
2024-11-19 36343b85b0c883ebfdf3c17b173f263fd2bfcb93
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/MCS/MCSController.cs
@@ -31,8 +31,8 @@
        return _MCSService.ModifyAccessStatus(input);
    }
    [HttpPost("RequsetCellInfo")]
    public WebResponseContent RequsetCellInfo([FromBody] object input)
    [HttpPost("RequestCellInfo")]
    public object RequsetCellInfo([FromBody] object input)
    {
        return _MCSService.RequsetCellInfo(input);
    }