From 26f65e3d5abe12fd3487105c727a5db00622a0e6 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:17:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/Gameapi.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 64cec96a..e7ff9a94 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -261,6 +261,7 @@ message ReqLoginCode{ message ResLoginCode{ int32 ResultCode = 1; // 0 成功 其他失败 string Msg = 2; // 错误信息 + string Code = 3; // 验证码 TODO 测试 } message ReqId2Verify{