Merge branch 'main' into sdk

This commit is contained in:
hahwu 2025-10-31 10:44:58 +08:00
commit 7d4d3d3e4e
3 changed files with 12 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1440,6 +1440,7 @@ message ResFriendPlayerSimple{
map<int32, int32> DressSet = 14; // = id
repeated int32 Friend = 15; //
ActLog Last = 16; //
map<int32, int32> Physiology = 17; // =
}
message ResPlayerSimple{
@ -1511,6 +1512,7 @@ message ResFriendLog{
message NotifyFriendLog{
ResFriendLog info = 1;
FriendBubbleInfo Bubble = 2; //
ResFriendReply Reply = 3; //
}
message FriendBubbleInfo{
@ -1628,6 +1630,16 @@ message ResWishApply{
message ReqFriendTimeLine{}
message ResFriendTimeLine{
repeated ResFriendLog Log = 1;
repeated ResFriendReply Reply = 2;
}
message ResFriendReply{
int32 Id = 1; // id
int32 Type = 2; // 1: 2:
string Param = 3; //
int32 Status = 4; // 0: 1:
int64 AddTime = 5; //
int64 EndTime = 6; //
}
message ResFriendBubble{