fix bug: add friend need update both request

This commit is contained in:
wangchuxiao
2023-07-13 14:41:49 +08:00
parent 4c365701d4
commit 643de8c7ec
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -291,8 +291,9 @@ const (
GroupResponseAgree = 1
GroupResponseRefuse = -1
FriendResponseAgree = 1
FriendResponseRefuse = -1
FriendResponseNotHandle = 0
FriendResponseAgree = 1
FriendResponseRefuse = -1
Male = 1
Female = 2