更新协议

This commit is contained in:
hahwu 2025-07-30 11:41:46 +08:00
parent a3c96a01b5
commit 963f504e69

View File

@ -1385,6 +1385,12 @@ message ResFriendLog{
message NotifyFriendLog{
ResFriendLog info = 1;
FriendBubbleInfo Bubble = 2; //
}
message FriendBubbleInfo{
int32 Id = 1; // id
int32 Type = 2; // 1: 2:
}
message NotifyFriendCard{
@ -1498,6 +1504,10 @@ message ResFriendTimeLine{
repeated ResFriendLog Log = 1;
}
message ResFriendBubble{
repeated FriendBubbleInfo Bubble = 1; //
}
// 线
message ReqFriendTLUpvote{
int32 Id = 1;