点赞协议

master_huanxiang
lvxinran 2020-01-09 14:52:20 +08:00
parent c697ed7b09
commit 236504ee2c
2 changed files with 12 additions and 0 deletions

View File

@ -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;
}

View File

@ -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_REQUEST = 10911;
J_GET_ALL_SEND_LIKE_REQUEST = 10912;//
J_GET_ALL_SEND_LIKE_RESPONSE = 10913;
// K 11000
// L 11100