diff --git a/config/AllLanguage.xlsx b/config/AllLanguage.xlsx index a41ba078..81730883 100644 Binary files a/config/AllLanguage.xlsx and b/config/AllLanguage.xlsx differ diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 8188fc7d..e889fbb7 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -179,6 +179,8 @@ enum TIME_LINE_TYPE { LOG_TYPE_CARD_GIVE_ACCEPT = 28; // 接受卡牌请求 LOG_TYPE_FRIEND_INVITE = 29; // 邀请注册 LOG_TYPE_TREASURE_HELP = 30; // 宠物宝藏帮助 + LOG_TYPE_FRIEND_SPONSOR = 31; // 好友赞助体力 + LOG_TYPE_FRIEND_SPONSOR_GET = 32; // 获得好友赞助体力 } @@ -1502,6 +1504,8 @@ enum ActLogType { ACT_LOG_TYPE_LOST_USER_RETURN = 23; // 流失用户回归 } + + message ActLog { int32 Type = 1; int64 Time = 2;