协议修改提交

master_huanxiang
yuanshuai 2021-09-23 10:06:50 +08:00
parent ba358bc75e
commit 5943b3b6bc
2 changed files with 11 additions and 0 deletions

View File

@ -442,6 +442,14 @@ import "CommonProto.proto";
}
//
message GetLikableDataResponse{
repeated LikableInfo infoList = 1;
}
//
message HeroUpLikableRequest{
optional int32 heroStaticId = 1;//id

View File

@ -1110,6 +1110,9 @@ enum MessageType{
HERO_UP_LIKABLE_REQUEST = 20205;//
HERO_UP_LIKABLE_RESPONSE = 20206;
GET_LIKABLE_DATA_REQUEST = 20207;//
GET_LIKABLE_DATA_RESPONSE = 20208;