修改数据类型
This commit is contained in:
parent
e06a5867a7
commit
f31c37759b
@ -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"` // 应用名
|
||||
|
Loading…
Reference in New Issue
Block a user