获取角色信息优化
This commit is contained in:
parent
04ec0d92d7
commit
0b207d8aa8
@ -81,7 +81,7 @@ type GetRoleReq struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type RoleItem struct {
|
type RoleItem struct {
|
||||||
RoleId int64 `json:"roleId"`
|
RoleId string `json:"roleId"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Server int64 `json:"server"`
|
Server int64 `json:"server"`
|
||||||
ServerName string `json:"serverName"`
|
ServerName string `json:"serverName"`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user