This commit is contained in:
Putoo
2026-04-25 18:12:02 +08:00
parent 8e1a6ff0ec
commit 9439af4a47

View File

@@ -32,6 +32,7 @@ namespace Application.Web.Controllers.Login
public async Task<IPoAction> Test(string name)
{
await _hubContext.Clients.All.SendAsync("ReceiveMessage", "系统");
return PoAction.Ok(name);
}