新增游戏人生领取奖励相关接口
This commit is contained in:
@ -24,6 +24,8 @@ type User struct {
|
||||
LastLoginStoreId int `json:"lastLoginStoreId" orm:"last_login_store_id"` // 最后登录门店ID
|
||||
LastLoginStoreName string `json:"lastLoginStoreName" orm:"last_login_store_name"` // 最后登录门店名称
|
||||
FirstVisitAt *gtime.Time `json:"firstVisitAt" orm:"first_visit_at"` // 首次访问时间
|
||||
QQPopenId string `json:"qqpopenid" orm:"qqpopenid"`
|
||||
WXPopenId string `json:"wxpopenid" orm:"wxpopenid"`
|
||||
}
|
||||
|
||||
// UserCreateIn 创建用户请求
|
||||
|
||||
Reference in New Issue
Block a user