Merge branch 'master' of 60.1.1.230:backend/jieling_protocol
commit
f551024b2d
|
|
@ -748,7 +748,7 @@ option optimize_for = SPEED;
|
|||
optional int32 heroTid = 1;//英雄模板id
|
||||
optional int32 star = 2;
|
||||
optional int32 level =3;
|
||||
optional int32 remainHp =4;//剩余血量
|
||||
optional double remainHp =4;//剩余血量
|
||||
}
|
||||
|
||||
message ExpeditionTeamInfo{
|
||||
|
|
@ -759,6 +759,6 @@ option optimize_for = SPEED;
|
|||
|
||||
message ExpeditionSimpleHeroInfo{
|
||||
optional string heroId = 1;//英雄id
|
||||
optional int32 remainHp =2;//剩余血量
|
||||
optional double remainHp =2;//剩余血量
|
||||
}
|
||||
|
||||
|
|
@ -336,4 +336,10 @@ import "CommonProto.proto";
|
|||
optional string sendName = 3;
|
||||
optional int32 head = 4;
|
||||
optional int32 headFrame = 5;
|
||||
}
|
||||
message RedPackageLikeRequest{
|
||||
optional int32 uid = 1;
|
||||
}
|
||||
message GetAllSendLikeResponse{
|
||||
repeated int32 uid = 1;
|
||||
}
|
||||
|
|
@ -454,6 +454,12 @@ enum MessageType{
|
|||
|
||||
J_GET_REDPACKAGE_DETAIL_REQUEST = 10907;//查看红包详情
|
||||
J_GET_REDPACKAGE_DETAIL_RESPONSE = 10908;
|
||||
|
||||
J_REDPACKAGE_SEND_LIKE_REQUEST = 10910;//红包榜点赞
|
||||
J_REDPACKAGE_SEND_LIKE_RESPONSE = 10911;
|
||||
|
||||
J_GET_ALL_SEND_LIKE_REQUEST = 10912;//获取今天点赞过的
|
||||
J_GET_ALL_SEND_LIKE_RESPONSE = 10913;
|
||||
// K 11000
|
||||
// L 11100
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue