【passport服务】获取用户角色列表优化
This commit is contained in:
parent
71b93169e2
commit
34de4b0401
@ -69,6 +69,7 @@ type UserRoleInfo struct {
|
||||
GameId string `json:"game_id"` // 子游戏id
|
||||
RoleId string `json:"role_id"` // 角色id
|
||||
RoleName string `json:"role_name"` // 角色名
|
||||
RoleServer string `json:"role_server"` // 角色服务器名
|
||||
AddTime string `json:"add_time"` // 创建时间戳
|
||||
UpdateTime string `json:"update_time"` // 更新时间戳
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user