yanjinhui
9 天以前 0f83419ea162d10cb3bc9f4a471ab1e65df68dff
新建文件夹/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);
        }