卡牌协议

This commit is contained in:
hahwu 2025-07-29 15:55:10 +08:00
parent 40c237badf
commit c3bbe7a80c

View File

@ -963,6 +963,7 @@ message ResAgreeCardExchange{
RES_CODE Code = 1;
string Msg = 2;
string Id = 3;
int32 Emoji = 4; // Id
}
//
message ReqRefuseCardSelect{
@ -993,6 +994,7 @@ message ResGetFriendCard{
string Msg = 2;
string Id = 3;
int32 CardId = 4;
int32 Emoji = 5; // Id
}
//