diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 58e2f6b8..dec0d3d1 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -118,6 +118,8 @@ enum TIME_LINE_TYPE { LOG_TYPE_CHARGE_SEND = 18; // 充值赠送 LOG_TYPE_CHARGE_RECEIVED = 19; // 充值接受 LOG_TYPE_WISH = 20; // 心愿单 + LOG_TYPE_FRIEND_BECOME_NPC = 21; // NPC成为好友 + } @@ -1319,6 +1321,7 @@ message ReqAddNpc{ message ResAddNpc{ RES_CODE Code = 1; string Msg = 2; + int32 NpcId = 3; } // 好友申请列表 message ReqFriendApply{}