This commit is contained in:
Gordon 2021-11-29 18:24:39 +08:00
parent 4a66911a61
commit aff733bbd9
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 610fc07d46dd0ee52428bf429beb80a515e6b872
Subproject commit 0e57291413f3cccd365c6947875387638349276a

View File

@ -87,8 +87,8 @@ const (
//Pc端互斥移动端互斥但是web端可以同时在线
PcMobileAndWeb = 4
OnlineStatus = "Online"
OfflineStatus = "Offline"
OnlineStatus = "online"
OfflineStatus = "offline"
)
var ContentType2PushContent = map[int64]string{