实现游戏人生获取物品列表、兑换、领取奖品

This commit is contained in:
2025-06-19 21:00:13 +08:00
parent d920cff499
commit 31d2d056b4
4 changed files with 300 additions and 92 deletions

View File

@ -166,7 +166,9 @@ type UserUnBoundUrlOut struct {
}
type UserBoundInfoIn struct {
PopenId string
PopenId string
BindType int
AppName string
}
type UserBoundInfoOut struct {
IsBound bool