实现游戏人生背包url 返回
This commit is contained in:
@ -195,3 +195,12 @@ type GetUserGameRoleIn struct {
|
||||
type GetUserGameRoleOut struct {
|
||||
RoleList []UserRole
|
||||
}
|
||||
type GamelifePackUrlIn struct {
|
||||
PopenId string
|
||||
GameId int
|
||||
GameCode string
|
||||
BindType int
|
||||
}
|
||||
type GamelifePackUrlOut struct {
|
||||
Url string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user