diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 9d153901..f2f6672b 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -1636,7 +1636,7 @@ message ResFriendTimeLine{ message ResFriendReply{ int32 Id = 1; // 回复id - int32 Type = 2; // 回复类型 1:点赞 2:评论 + int32 Type = 2; // 回复类型 1:打招呼 2:被打招呼 string Param = 3; // 回复内容 int32 Status = 4; // 状态 0:未处理 1:已处理 int64 AddTime = 5; // 添加时间