更新协议

This commit is contained in:
hahwu 2024-11-27 16:25:19 +08:00
parent 7ec602ef75
commit 3ec95bb5c3
3 changed files with 15 additions and 3 deletions

Binary file not shown.

View File

@ -820,7 +820,11 @@ message ResFriendList{
// 好友申请列表
message ReqFriendApply{}
message ResFriendApply{
repeated ResPlayerSimple ApplyList = 1;
repeated ResFriendApplyInfo ApplyList = 1;
}
message ResFriendApplyInfo{
ResPlayerSimple Player = 1;
int32 Time = 2;
}
// 好友卡牌交换信息
message ReqFriendCardMsg{}
@ -836,6 +840,7 @@ message ResFriendTimeLine{
message ResFriendApplyNotify{
ResPlayerSimple Player = 1;
int32 Type = 2; // 1:申请 2:同意 3:拒绝 4:删除
int32 Time = 3;
}
// 申请好友
@ -1040,7 +1045,8 @@ message ResChampship{
int32 EndTime = 3; // 结束时间
int32 Period = 4; //周期
int32 Rank = 5;// 自身排行
bool RankReward = 6; // 是否已领排行奖励
int32 RankReward = 6; // 0 不能领 1 可以领 2 已领取
int32 Status = 7; // 0 关闭 1 开放 0.00 0.30 全服推送
}
message ReqChampshipReward{}

View File

@ -2862,7 +2862,11 @@ repeated ResPlayerSimple FriendList = 1;
//
message ReqFriendApply{}
message ResFriendApply{
repeated ResPlayerSimple ApplyList = 1;
repeated ResFriendApplyInfo ApplyList = 1;
}
message ResFriendApplyInfo{
ResPlayerSimple Player = 1;
int32 Time = 2;
}
//
message ReqFriendCardMsg{}
@ -2878,6 +2882,7 @@ message ResFriendTimeLine{
message ResFriendApplyNotify{
ResPlayerSimple Player = 1;
int32 Type = 2; // 1: 2: 3: 4:
int32 Time = 3;
}
//
@ -3091,6 +3096,7 @@ message ResChampship{
int32 Period = 4;
int32 Rank = 5;
int32 RankReward = 6;
int32 Status = 7;
}
message ReqChampshipReward{}