Refactor code

This commit is contained in:
wenxu12345
2022-01-14 18:29:09 +08:00
parent 839123408b
commit 4601633605
6 changed files with 372 additions and 310 deletions
+2 -2
View File
@@ -90,11 +90,11 @@ message FriendRequest{
string fromUserID = 1;
string fromNickname = 2;
string fromFaceURL = 3;
string fromGender = 4;
int32 fromGender = 4;
string toUserID = 5;
string toNickname = 6;
string toFaceURL = 7;
string toGender = 8;
int32 toGender = 8;
int32 handleResult = 9;
string reqMsg = 10;
uint32 createTime = 11;