From db1f241c33f3c00f7af4a5185230d5bbba3bbf74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A9=99=E5=AD=90?= <454313500@qq.com> Date: Tue, 4 Oct 2022 15:22:34 +0800 Subject: [PATCH] Update TestController.cs --- .../Yi.Framework.ApiMicroservice/Controllers/TestController.cs | 1 + 1 file changed, 1 insertion(+) 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任务与公告管理 } }