更新协议

This commit is contained in:
hahwu 2025-04-10 10:36:03 +08:00
parent 4570574d1a
commit e8288cd28b

View File

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