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