From f31c37759baabc6e39fc2bea1a83549d48060e53 Mon Sep 17 00:00:00 2001 From: huangqz Date: Thu, 11 Sep 2025 11:19:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/userlive/user_ban.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/userlive/user_ban.go b/services/userlive/user_ban.go index d8b48ec..6dd8c48 100644 --- a/services/userlive/user_ban.go +++ b/services/userlive/user_ban.go @@ -33,7 +33,7 @@ type BanReqParam struct { GameId int64 `json:"game_id" form:"game_id"` // 游戏id UserName string `json:"user_name" form:"user_name"` // 用户名 Uid int64 `json:"uid" form:"uid"` // 用户id - ServerId int64 `json:"server_id" form:"server_id"` // 区服id + ServerId string `json:"server_id" form:"server_id"` // 区服id RoleId string `json:"role_id" form:"role_id"` // 角色id BundleId string `json:"bundle_id" form:"bundle_id"` // ios 包名 GameName string `json:"game_name" from:"game_name"` // 应用名