更新协议
This commit is contained in:
parent
4570574d1a
commit
e8288cd28b
@ -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{}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user