zhangjiannan 2025-05-23 11:23:04 +08:00
parent d4da1f7da4
commit 6bfe90f290
2 changed files with 4 additions and 0 deletions

View File

@ -1884,6 +1884,7 @@ enum MessageType{
VOUCHER_PRICE_GOODS_RESPONSE = 922018;//
POWER_CENTER_INFO_INDICATION = 922020;//
HERO_GET_INDICATION = 922021;//
GET_GOOGLE_COMMENT_REWARD = 922022; //google
}

View File

@ -1198,4 +1198,7 @@ import "CommonProto.proto";
message ReceiveAccountRewardRequest{
optional int32 type = 1; //,1:234
}
message GetGoogleCommentRewardRequest{
}