1
Huangxiaoqiang-03
2024-11-06 f51582d5b4b498f28513f215f91828ef181df4a1
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/AreaInfoController.cs
@@ -34,13 +34,13 @@
        }
        [HttpGet(), Route("AreaEnableStatus")]
        public WebResponseContent AreaEnableStatus(int key)
        public WebResponseContent AreaEnableStatus([FromBody] int key)
        {
            return Service.AreaEnableStatus(key);
        }
        [HttpGet, Route("AreaDisableStatus")]
        public WebResponseContent AreaDisableStatus(int key)
        public WebResponseContent AreaDisableStatus([FromBody] int key)
        {
            return Service.AreaDisableStatus(key);
        }