细节调整

This commit is contained in:
yanghongwei 2025-04-23 13:27:17 +08:00
parent 73bea5e080
commit 94edbc7498
1 changed files with 0 additions and 2 deletions

View File

@ -75,8 +75,6 @@ namespace LY.App.Service
//推送报警信息
await _pushService.SendMessageToAll(new { msgType = "event", data = entity });
}
}
return new ApiResult();
}