增加playroom道具购买接口
This commit is contained in:
parent
6801a7d08b
commit
07b6c73477
Binary file not shown.
@ -55,6 +55,7 @@ enum ITEM_POP_LABEL { // item弹窗标签
|
||||
LimitEventChestRain = 48; // 限时事件宝箱雨
|
||||
GetEnergyByAD = 49; // 看广告获取体力
|
||||
SourceChest = 50; // 开启资源宝箱
|
||||
PlayroomBuyItem = 51; // playroom打工购买物品
|
||||
}
|
||||
enum HANDLE_TYPE {
|
||||
ADD = 0;
|
||||
@ -1742,6 +1743,15 @@ message ResPlayroomChip{
|
||||
string Msg = 2;
|
||||
}
|
||||
|
||||
message ReqPlayroomBuyItem{
|
||||
int32 Id = 1; // Mood Id
|
||||
}
|
||||
|
||||
message ResPlayroomBuyItem{
|
||||
RES_CODE Code = 1;
|
||||
string Msg = 2;
|
||||
}
|
||||
|
||||
// #region 宠物宝藏
|
||||
message ReqFriendTreasure{}
|
||||
|
||||
|
||||
@ -470,7 +470,7 @@
|
||||
"out_file": "PlayroomMood.json",
|
||||
"key": "Id",
|
||||
"sheet_name" :"Mood",
|
||||
"fields" :["Type", "Cost", "Cost2", "Effect"]
|
||||
"fields" :["Type", "Cost", "Cost2", "Effect", "Buy"]
|
||||
},
|
||||
{
|
||||
"in_file": "Mail.xlsx",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user