qiuyao
2025-03-25 b46664a981918f4704df1b7b2108c0548c9c8187
项目代码/WIDESEAWCS_Server 正式/WIDESEAWCS_Server/Controllers/SerialPort/NjTaskController.cs
@@ -72,7 +72,7 @@
        /// </summary>
        /// <param name="putNjtDTO"></param>
        /// <returns></returns>
        [HttpPut, Route("PuNjtake"), AllowAnonymous]
        [HttpPost, Route("PuNjtake"), AllowAnonymous]
        public WebResponseContent PuNjtake([FromBody] PutNjtDTO putNjtDTO)
        {
            return Service.PuNjtake(putNjtDTO);