打招呼协议
This commit is contained in:
parent
e1713633da
commit
9a89f95cc4
@ -1512,6 +1512,7 @@ message ResFriendLog{
|
||||
message NotifyFriendLog{
|
||||
ResFriendLog info = 1;
|
||||
FriendBubbleInfo Bubble = 2; // 气泡
|
||||
ResFriendReply Reply = 3; // 回复
|
||||
}
|
||||
|
||||
message FriendBubbleInfo{
|
||||
@ -1629,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{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user