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