|
@@ -86,7 +86,7 @@ namespace OASystem.API.OAMethodLib
|
|
Msg = $"您有一条{notificationTypeStr1}相关的消息!"
|
|
Msg = $"您有一条{notificationTypeStr1}相关的消息!"
|
|
}
|
|
}
|
|
);
|
|
);
|
|
- await _hubContext.Clients.Clients(connIds).ReceiveMessage(notificationTypeStr);
|
|
|
|
|
|
+ await _hubContext.Clients.Clients(connIds).ReceiveMessage($"您有一条{notificationTypeStr1}相关的消息!");
|
|
|
|
|
|
return true;
|
|
return true;
|
|
}
|
|
}
|