更新协议

This commit is contained in:
hahwu 2024-12-25 17:22:32 +08:00
parent e5f09e477f
commit b3ec151eae

View File

@ -560,8 +560,8 @@ message ResCardInfo{
int32 ReqTimes = 6; //
map<int32, int32> AllCard = 7; //
int32 EndTime = 8; //
repeated int32 ReqUid = 9; // Uid
repeated int32 ExUid = 10; // Uid
repeated int64 ReqUid = 9; // Uid
repeated int64 ExUid = 10; // Uid
int32 GoldTimes = 11; //
int32 Round = 12; //
}
@ -569,8 +569,8 @@ message ResCardInfo{
message ResNotifyCardTimes{
int32 ExTimes = 1; //
int32 ReqTimes = 2; //
repeated int32 ReqUid = 3; // Uid
repeated int32 ExUid = 4; // Uid
repeated int64 ReqUid = 3; // Uid
repeated int64 ExUid = 4; // Uid
int32 GoldTimes = 5; //
}