Error code standardization

This commit is contained in:
skiffer-git
2023-01-31 20:36:25 +08:00
parent 00bd22041b
commit bac9ba000e
4 changed files with 2 additions and 45 deletions
-15
View File
@@ -1,21 +1,6 @@
package constant
const (
//group admin
// OrdinaryMember = 0
// GroupOwner = 1
// Administrator = 2
//group application
// Application = 0
// AgreeApplication = 1
//friend related
BlackListFlag = 1
ApplicationFriendFlag = 0
FriendFlag = 1
RefuseFriendFlag = -1
//Websocket Protocol
WSGetNewestSeq = 1001
WSPullMsgBySeqList = 1002