From 14df8f48ae7b645dc633e691250ca387547bdbdf Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Fri, 2 Feb 2024 18:34:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=9E=E6=8A=80=E5=9C=BA=E5=8D=8F=E8=AE=AE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=9B=E7=89=88=E5=BE=AE=E6=94=B9=EF=BC=8C?= =?UTF-8?q?=E6=88=BF=E9=97=B4id=E6=94=B9=E4=B8=BAint=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/ArenaInfoProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/ArenaInfoProto.proto b/protos/ArenaInfoProto.proto index f61a22d..757628a 100644 --- a/protos/ArenaInfoProto.proto +++ b/protos/ArenaInfoProto.proto @@ -260,7 +260,7 @@ import "CommonProto.proto"; message GetNewArenaInfoResponse{ optional int32 ranking = 1;//我的排名 optional int32 score = 2;//我的积分 - optional string roomId = 3;//房间id + optional int32 roomId = 3;//房间id optional int32 lvScore = 4;//段位积分 optional int32 fightNum = 5;//挑战次数 repeated int32 receivedBox = 6;//已领取得盒子id