11
This commit is contained in:
@@ -32,6 +32,7 @@ namespace Application.Web.Controllers.Login
|
|||||||
public async Task<IPoAction> Test(string name)
|
public async Task<IPoAction> Test(string name)
|
||||||
{
|
{
|
||||||
await _hubContext.Clients.All.SendAsync("ReceiveMessage", "系统");
|
await _hubContext.Clients.All.SendAsync("ReceiveMessage", "系统");
|
||||||
|
|
||||||
return PoAction.Ok(name);
|
return PoAction.Ok(name);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user