| | |
| | | /// <param name="fOURBOTStorageStatusNotify"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("multiSetNodeStatus"), AllowAnonymous] |
| | | public FOURBOTReturn multiSetNodeStatus([FromBody] FOURBOTStorageStatusNotify fOURBOTStorageStatusNotify) |
| | | public FOURBOTReturn multiSetNodeStatus([FromBody] FOURBOTStorageStatusNotifyInfo fOURBOTStorageStatusNotify) |
| | | { |
| | | FOURBOTReturn returnRGV = new FOURBOTReturn(); |
| | | var take = _taskService.multiSetNodeStatus(fOURBOTStorageStatusNotify); |
| | | var take = _taskService.multiSetNodeStatus(fOURBOTStorageStatusNotify.content); |
| | | if (take.Status) |
| | | { |
| | | returnRGV.returnCode = 0; |