diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 90dde386..5d201ef9 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2811,6 +2811,8 @@ message ReqCatnipEmoji{ message ResCatnipEmoji{ RES_CODE Code = 1; string Msg = 2; + int32 EmojiId = 3; // 表情id + int32 Id = 4; // 猫草id }