更新配置
This commit is contained in:
parent
cc8c20a66a
commit
23a1cd3cbd
Binary file not shown.
BIN
config/Face.xlsx
BIN
config/Face.xlsx
Binary file not shown.
BIN
config/Item.xlsx
BIN
config/Item.xlsx
Binary file not shown.
@ -339,6 +339,17 @@ message ResNotifyCard{
|
||||
map<int32, int32> Card = 1; // 卡牌
|
||||
}
|
||||
|
||||
|
||||
// 万能卡兑换
|
||||
message ReqMasterCard{
|
||||
int32 Id = 1; // 万能卡id 6 普通 7 金卡
|
||||
int32 CardId = 2; // 兑换的卡id
|
||||
}
|
||||
message ResMasterCard{
|
||||
RES_CODE Code = 1;
|
||||
string Msg = 2;
|
||||
}
|
||||
|
||||
// 领取卡牌系列收集奖励
|
||||
message ReqCardCollectReward{
|
||||
int32 Color = 1;
|
||||
@ -718,10 +729,9 @@ message ReqSearchPlayer{
|
||||
}
|
||||
|
||||
message ResSearchPlayer{
|
||||
RES_CODE Code = 1;
|
||||
string Msg = 2;
|
||||
int32 Code = 1; // 0
|
||||
repeated ResPlayerSimple List = 2;
|
||||
}
|
||||
|
||||
// 好友推荐
|
||||
message ReqFriendRecommend{}
|
||||
|
||||
|
||||
@ -2410,6 +2410,17 @@ message ResCardInfo{
|
||||
repeated int32 ExUid = 10; // 今日已置换的Uid
|
||||
}
|
||||
|
||||
// 万能卡兑换
|
||||
message ReqMasterCard{
|
||||
int32 Id = 1; // 万能卡id 6 普通 7 金卡
|
||||
int32 CardId = 2; // 兑换的卡id
|
||||
}
|
||||
|
||||
message ResMasterCard{
|
||||
RES_CODE Code = 1;
|
||||
string Msg = 2;
|
||||
}
|
||||
|
||||
// 领取卡牌系列收集奖励
|
||||
message ReqCardCollectReward{
|
||||
int32 Color = 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user