From 3a102ec22412d83f728a386c17688a65c91c3887 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1769111741@qq.com> Date: Wed, 27 Sep 2023 15:58:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BD=9C=E8=83=BD=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index ca83ade..99362c9 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -626,7 +626,7 @@ message PotentialUpLvRequest{ optional int32 upLv = 3;// 可升级等级 } -message PotentialInfoResponse{ +message PotentialUpLvResponse{ optional int32 upLv = 1; //升级等级 optional int32 giftLv = 2; //礼物等级 }