代码管理/NEWCode/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/PDA/PDAController.cs
@@ -50,9 +50,9 @@ return _taskCZService.EmptyTask(saveModel); } [HttpPost, Route("OutBoundTask"), AllowAnonymous] public Task<WebResponseContent> OutBoundTask([FromBody] string sourceAddress) public Task<WebResponseContent> OutBoundTask([FromBody] SaveModel saveModel) { return _taskCZService.OutBoundTask(sourceAddress); return _taskCZService.OutBoundTask(saveModel); } [HttpPost, Route("OutBoundTasks"), AllowAnonymous]