dengjunjie
5 天以前 208ba32323f73ade277e230b78fde2db04f860ac
新建文件夹/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/WMSInfo/MessageInfoController.cs
@@ -15,7 +15,7 @@
        {
        }
        [HttpPost, HttpGet, Route("DeleteAndIntoHty")]
        public WebResponseContent DeleteAndIntoHty([FromBody] int[] keys)
        public WebResponseContent DeleteAndIntoHty([FromBody] object[] keys)
        {
            return Service.DeleteAndIntoHty(keys);
        }