diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Controllers/TestController.cs b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Controllers/TestController.cs index 0ee37c6f..186dc8d7 100644 --- a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Controllers/TestController.cs +++ b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Controllers/TestController.cs @@ -293,5 +293,6 @@ namespace Yi.Framework.ApiMicroservice.Controllers await _hub.Clients.All.SendAsync("onlineNum", msg); return Result.Success("向所有连接客户端发送一个消息"); } + //job任务与公告管理 } }