摘要: 后端(.net) 创建SignalR Hub 创建类SysNoticeHub.cs public class SysNoticeHub : Hub { } 模拟接口发送在线通知 [Route("api/sysnotice")] [ApiController] public class SysNoti 阅读全文
posted @ 2025-02-13 00:33 相遇就是有缘 阅读(204) 评论(0) 推荐(0)