实现获取用户角色列表接口
This commit is contained in:
@ -183,3 +183,12 @@ type DelUserIn struct {
|
||||
type DelUserOut struct {
|
||||
Success bool
|
||||
}
|
||||
type GetUserGameRoleIn struct {
|
||||
PopenId string
|
||||
GameId int
|
||||
BindType int
|
||||
Area int
|
||||
}
|
||||
type GetUserGameRoleOut struct {
|
||||
RoleList []UserRole
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user