猫草大作战-协议更新
This commit is contained in:
parent
7ab68f6aac
commit
a55a1981d7
@ -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
|
||||
}
|
||||
|
||||
// 设置游戏倍数
|
||||
|
||||
Loading…
Reference in New Issue
Block a user