From 799d81d93048dbe347d681956d33aa45d0978cfd Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Wed, 30 Jul 2025 12:03:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/Gameapi.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 27703288..967e1804 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2566,4 +2566,10 @@ message ReqReload{} message ReqAdminGm{ int64 Uid = 1; // uid string Command = 2; // 命令 +} + +message ReqAdminBan{ + int64 Uid = 1; // uid + int32 Time = 2; // 禁止时间 + string Reason = 3; // 禁止原因 } \ No newline at end of file