get all node online user status

This commit is contained in:
Gordon
2021-11-29 16:26:57 +08:00
parent 0f20e58a46
commit c2a45cdbeb
4 changed files with 100 additions and 1 deletions
+3
View File
@@ -86,6 +86,9 @@ const (
WebAndOther = 3
//Pc端互斥,移动端互斥,但是web端可以同时在线
PcMobileAndWeb = 4
OnlineStatus = "Online"
OfflineStatus = "Offline"
)
var ContentType2PushContent = map[int64]string{