更新协议

This commit is contained in:
hahwu 2024-11-29 09:59:22 +08:00
parent 37eb67df9b
commit d7bcdee7c0
2 changed files with 5 additions and 0 deletions

View File

@ -468,6 +468,7 @@ message ReqAgreeCardExchange{
message ResAgreeCardExchange{ message ResAgreeCardExchange{
RES_CODE Code = 1; RES_CODE Code = 1;
string Msg = 2; string Msg = 2;
int32 CardId = 3;
} }
// 拒绝卡牌交换 // 拒绝卡牌交换
@ -488,6 +489,7 @@ message ResGetFriendCard{
RES_CODE Code = 1; RES_CODE Code = 1;
string Msg = 2; string Msg = 2;
string Id = 3; string Id = 3;
int32 CardId = 4;
} }
``` ```

View File

@ -2502,6 +2502,7 @@ message ResSelectCardExchange{
string Msg = 2; string Msg = 2;
} }
// //
message ReqAgreeCardExchange{ message ReqAgreeCardExchange{
string Id = 1; string Id = 1;
@ -2509,6 +2510,7 @@ message ReqAgreeCardExchange{
message ResAgreeCardExchange{ message ResAgreeCardExchange{
RES_CODE Code = 1; RES_CODE Code = 1;
string Msg = 2; string Msg = 2;
int32 CardId = 3;
} }
// //
message ReqRefuseCardSelect{ message ReqRefuseCardSelect{
@ -2536,6 +2538,7 @@ message ResGetFriendCard{
RES_CODE Code = 1; RES_CODE Code = 1;
string Msg = 2; string Msg = 2;
string Id = 3; string Id = 3;
int32 CardId = 4;
} }
// //