Documentation
¶
Overview ¶
*********************************************************
- Author : Michael
- Email : dolotech@163.com
- Last modified : 2016-03-18 10:16
- Filename : roles.go
- Description :
- ******************************************************
Index ¶
Constants ¶
View Source
const (
LIMIT int = 30
)
Variables ¶
View Source
var OPTION = map[string]string{
"30": "30",
"50": "50",
"100": "100",
"200": "200",
}
Functions ¶
Types ¶
type UserData ¶
type UserData struct {
Userid string // 用户id
Nickname string // 用户昵称
Phone string // 绑定的手机号码
Coin uint32 // 金币
Diamond uint32 // 钻石
Vip uint32 // Vip
VipExpire uint32 // Vip 过期时间
Create_ip string // 注册账户时的IP地址
Create_time uint32 // 注册时间
Sex uint32
Ticket uint32 //入场券
Exchange uint32 //兑换券
Exp uint32 // 经验
Win uint32
Lost uint32
Ping uint32
Photo string
Address string
}
Click to show internal directories.
Click to hide internal directories.