新增在线用户显示

This commit is contained in:
不做码农
2022-05-16 11:30:32 +08:00
3 changed files with 17 additions and 8 deletions

View File

@@ -12,5 +12,6 @@ namespace Infrastructure.Constant
public static string ReceiveNotice = V;
public static string OnlineNum = "onlineNum";
public static string MoreNotice = "moreNotice";
public static string OnlineUser = "onlineUser";
}
}