yanjinhui
6 天以前 1d346a70b7f8022a1048086c3691cc654a91f48c
新建文件夹/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);
        }