实现游戏人生背包url 返回

This commit is contained in:
2025-06-23 17:53:35 +08:00
parent 7d167dcf52
commit 2c59949e87
8 changed files with 59 additions and 6 deletions

View File

@ -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
}