协议更新

This commit is contained in:
hahwu 2026-03-04 10:24:10 +08:00
parent 0383ca03cf
commit efe7b3cf5e

View File

@ -1738,6 +1738,14 @@ message ResFriendReplyNotify{
int32 Time = 3;
}
// 线
message ResPlayerLougouMsg{
int32 Type = 1; // 0 1
string Name = 2; //
repeated int32 Face = 3; //
int32 Count = 4; //
}
//
message ReqApplyFriend{
int64 Uid = 1;
@ -1750,6 +1758,16 @@ message ResApplyFriend{
int64 Uid = 3;
}
// 广
message ReqAdWatch{
int32 Type = 1; // 广
}
message ResAdWatch{
RES_CODE Code = 1;
string Msg = 2;
}
//
message ReqAgreeFriend{
int64 Uid = 1;