playroom协议
This commit is contained in:
parent
f500eb9952
commit
8d6851140e
@ -2141,6 +2141,13 @@ message NotifyPlayroomMood{
|
||||
int32 AllMood = 1; // 总心情
|
||||
map<int32, int32> Mood = 2; // 心情 <位置, 心情>
|
||||
map<int32, int32> Physiology = 3; // 生理 <位置, 生理>
|
||||
repeated AdItem AdItem = 4; // 广告奖励
|
||||
}
|
||||
|
||||
message AdItem {
|
||||
int32 Watch = 1; // 今日观看次数
|
||||
int32 LastWatch = 2; // 上次观看时间
|
||||
int32 ItemId = 3; // 道具id
|
||||
}
|
||||
|
||||
message NotifyPlayroomKiss{
|
||||
|
||||
@ -603,7 +603,7 @@
|
||||
"out_file": "PlayroomShop.json",
|
||||
"key": "Id",
|
||||
"sheet_name" :"Shop",
|
||||
"fields" :["Type", "ItemId", "Cost","Wish"]
|
||||
"fields" :["Type", "ItemId", "Cost","Wish", "Cooldown", "Dailystorage"]
|
||||
},
|
||||
{
|
||||
"in_file": "Playroom.xlsx",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user