From 891767ea893eede85acd5fca300971d573a1e969 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Thu, 17 Oct 2019 00:02:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B4=E5=83=8F=E5=8D=8F=E8=AE=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MessageTypeProto.proto | 10 +++------- protos/PlayerInfoProto.proto | 11 ++++------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 76f098e..6c54fcf 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -472,9 +472,9 @@ enum MessageType{ MAP_TOWER_USEBUFF_REQUEST = 11231; MAP_TOWER_USEBUFF_RESPONSE = 11232; - //修改头像框 - MODIFY_HEAD_FRAME_REQUEST = 11233; - MODIFY_HEAD_FRAME_RESPONSE = 11234; + //修改头或头像框 + MODIFY_HEAD_REQUEST = 11233; + MODIFY_HEAD_RESPONSE = 11234; //出图indication MAP_OUT_INDICATION = 11235; @@ -491,10 +491,6 @@ enum MessageType{ MAIL_DELETE_REQUEST = 11242;//删除邮件 MAIL_DELETE_RESPONSE = 11243; - //修改头像 - MODIFY_HEAD_REQUEST = 11244; - MODIFY_HEAD_RESPONSE = 11245; - // N 11300 NOTIFY_PAY_SUCCESS_INDICATION = 11300 ; // 通知前端充值成功 // O 11400 diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index b91301e..b13db19 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -390,9 +390,10 @@ import "CommonProto.proto"; repeated Item item =2; } - message modifyHeadFrameRequest{ - //修改头像框 - optional int32 headFrameId = 1; + message ModifyHeadRequest{ + //修改头像或头像框 + optional int32 headId = 1; + optional int32 type = 2;//0头像框,1头像 } //初始化云梦祈福 @@ -613,9 +614,5 @@ import "CommonProto.proto"; message MailDelRequest{ repeated string mailId = 1; } - //修改头像 - message ModifyHead{ - optional int32 headId = 1; - } \ No newline at end of file