protocol modify

This commit is contained in:
Gordon
2022-01-20 11:36:43 +08:00
parent 8b3df83e7e
commit 184f0900fb
9 changed files with 291 additions and 771 deletions
+1 -2
View File
@@ -18,9 +18,8 @@ const (
//Websocket Protocol
WSGetNewestSeq = 1001
WSPullMsg = 1002
WSPullMsgBySeqList = 1002
WSSendMsg = 1003
WSPullMsgBySeqList = 1004
WSPushMsg = 2001
WSKickOnlineMsg = 2002
WSDataError = 3001