新增在线用户显示

This commit is contained in:
不做码农
2022-05-15 09:23:55 +08:00
parent 8147df7e49
commit e4613336f7
3 changed files with 13 additions and 5 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";
}
}