This commit is contained in:
hahwu 2025-07-30 15:59:26 +08:00
parent a96c403785
commit 3c862404ad

View File

@ -2570,6 +2570,6 @@ message ReqAdminGm{
message ReqAdminBan{
int64 Uid = 1; // uid
int32 Time = 2; //
int64 Time = 2; //
string Reason = 3; //
}