更新协议

This commit is contained in:
hahwu 2025-12-08 10:56:36 +08:00
parent f8fca5604f
commit ac3563b2ff

View File

@ -1658,7 +1658,7 @@ message ResFriendTimeLine{
message ResFriendReply{
int32 Id = 1; // id
int32 Type = 2; // 1: 2
FRIEND_REPLY_TYPE Type = 2; // 1: 2
string Param = 3; //
int32 Status = 4; // 0: 1:
int64 AddTime = 5; //
@ -1667,6 +1667,14 @@ message ResFriendReply{
repeated ItemInfo Items = 8; //
}
enum FRIEND_REPLY_TYPE {
FRIEND_REPLY_TYPE_NONE = 0; //
FRIEND_REPLY_TYPE_GREET = 1; //
FRIEND_REPLY_TYPE_RETURN_GREET = 2; //
REPLY_TYPE_CATNIP = 3; //
REPLY_TYPE_CATNIP_ITEMS = 4; //
}
message ReqFriendReplyHandle{
int32 LogId = 1; // 线id
string Param = 2; //