diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index b9b6ca88..aa492cff 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2735,6 +2735,7 @@ message ReqCatnipInvite{ message ResCatnipInvite{ RES_CODE Code = 1; string Msg = 2; + int64 Uid = 3; // 好友id } // 同意邀请 @@ -2746,6 +2747,7 @@ message ReqCatnipAgree{ message ResCatnipAgree{ RES_CODE Code = 1; string Msg = 2; + int64 Uid = 3; // 好友id } message ReqCatnipRefuse{ @@ -2756,6 +2758,7 @@ message ReqCatnipRefuse{ message ResCatnipRefuse{ RES_CODE Code = 1; string Msg = 2; + int64 Uid = 3; // 好友id } // 设置游戏倍数