Merge branch 'errcode' of github.com:OpenIMSDK/Open-IM-Server into errcode

This commit is contained in:
wangchuxiao
2023-06-07 17:39:47 +08:00
+3 -3
View File
@@ -267,9 +267,9 @@ const (
AppOrdinaryUsers = 1 AppOrdinaryUsers = 1
AppAdmin = 2 AppAdmin = 2
GroupOrdinaryUsers = 1 GroupOwner = 1
GroupOwner = 2 GroupAdmin = 2
GroupAdmin = 3 GroupOrdinaryUsers = 3
GroupResponseAgree = 1 GroupResponseAgree = 1
GroupResponseRefuse = -1 GroupResponseRefuse = -1