实现游戏人生获取物品列表、兑换、领取奖品
This commit is contained in:
@ -166,7 +166,9 @@ type UserUnBoundUrlOut struct {
|
||||
}
|
||||
|
||||
type UserBoundInfoIn struct {
|
||||
PopenId string
|
||||
PopenId string
|
||||
BindType int
|
||||
AppName string
|
||||
}
|
||||
type UserBoundInfoOut struct {
|
||||
IsBound bool
|
||||
|
||||
Reference in New Issue
Block a user