协议修改提交
parent
ba358bc75e
commit
5943b3b6bc
|
@ -442,6 +442,14 @@ import "CommonProto.proto";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
//获取好感度数据协议
|
||||||
|
message GetLikableDataResponse{
|
||||||
|
repeated LikableInfo infoList = 1;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
//好感度提升协议
|
//好感度提升协议
|
||||||
message HeroUpLikableRequest{
|
message HeroUpLikableRequest{
|
||||||
optional int32 heroStaticId = 1;//英雄静态id
|
optional int32 heroStaticId = 1;//英雄静态id
|
||||||
|
|
|
@ -1110,6 +1110,9 @@ enum MessageType{
|
||||||
HERO_UP_LIKABLE_REQUEST = 20205;//英雄提升好感度请求
|
HERO_UP_LIKABLE_REQUEST = 20205;//英雄提升好感度请求
|
||||||
HERO_UP_LIKABLE_RESPONSE = 20206;
|
HERO_UP_LIKABLE_RESPONSE = 20206;
|
||||||
|
|
||||||
|
GET_LIKABLE_DATA_REQUEST = 20207;//获取英雄好感度数据请求
|
||||||
|
GET_LIKABLE_DATA_RESPONSE = 20208;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue