Update TestController.cs
This commit is contained in:
@@ -293,5 +293,6 @@ namespace Yi.Framework.ApiMicroservice.Controllers
|
|||||||
await _hub.Clients.All.SendAsync("onlineNum", msg);
|
await _hub.Clients.All.SendAsync("onlineNum", msg);
|
||||||
return Result.Success("向所有连接客户端发送一个消息");
|
return Result.Success("向所有连接客户端发送一个消息");
|
||||||
}
|
}
|
||||||
|
//job任务与公告管理
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user