协议修改提交

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

@ -441,6 +441,14 @@ import "CommonProto.proto";
repeated SixiangxinfaPropertyInfo infoList = 2;
}
//
message GetLikableDataResponse{
repeated LikableInfo infoList = 1;
}
//
message HeroUpLikableRequest{

View File

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