增加playroom道具购买接口

This commit is contained in:
hahwu 2025-01-13 10:41:37 +08:00
parent 6801a7d08b
commit 07b6c73477
3 changed files with 11 additions and 1 deletions

Binary file not shown.

View File

@ -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{}

View File

@ -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",