好感度协议提交

master_huanxiang
yuanshuai 2021-09-22 17:10:37 +08:00
parent fcbd24e755
commit 5be06d0c1a
4 changed files with 19 additions and 0 deletions

View File

@ -1090,4 +1090,10 @@ option optimize_for = SPEED;
optional int32 id = 1;//id
optional int32 status = 2;//01
}
//
message LikableInfo{
optional int32 heroStaticid = 1;//id
optional int32 likableNum = 2;//
}

View File

@ -442,6 +442,15 @@ import "CommonProto.proto";
}
//
message HeroUpLikableRequest{
optional int32 heroStaticId = 1;//id
optional int32 itemId = 2;//id
optional int32 itemNum = 3;//
}

View File

@ -1106,6 +1106,9 @@ enum MessageType{
SIXIANG_UP_STAR_REQUEST = 20203;//
SIXIANG_UP_STAR_RESPONSE = 20204;
HERO_UP_LIKABLE_REQUEST = 20205;//
HERO_UP_LIKABLE_RESPONSE = 20206;

View File

@ -85,6 +85,7 @@ import "CommonProto.proto";
repeated randomTypeNum drawTimes = 44;//
repeated HelpFightList helpFightList = 45;//
repeated SixiangxinfaInfo sixiangInfos = 46;//
repeated LikableInfo sixiangInfos = 47;//
}