Documentation
¶
Index ¶
- type CommunityFans
- type CommunityFeeds
- type CommunityGift
- type CommunityMenu
- type CommunityNotice
- type CommunityPosts
- type CommunityPosts0
- type CommunityPosts1
- type CommunityPostsDetails
- type CommunityPostsHotDel
- type CommunityPostsRecommend
- type CommunityPostsReply
- type CommunityUser
- type ConfigAct
- type ConfigModalBox
- type GameAct
- type GameBag
- type GameConfig
- type GameKv
- type GameMail
- type GameMailMass
- type GameMailUser
- type GamePay
- type GameRank
- type GameStage
- type MemberAuthorize
- type MemberBan
- type MemberFriend
- type MemberLimit
- type MemberSave
- type MemberUser
- type SystemCron
- type SystemLog
- type SystemReport
- type SystemSetting
- type SystemStatistics
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommunityFans ¶
type CommunityFans struct {
Uid int64 `json:"uid" orm:"uid" description:"用户编号"` // 用户编号
Fans int64 `json:"fans" orm:"fans" description:"粉丝编号"` // 粉丝编号
CreatedAt *gtime.Time `json:"created_at" orm:"created_at" description:"关注时间"` // 关注时间
}
CommunityFans is the golang structure for table community_fans.
type CommunityFeeds ¶
type CommunityFeeds struct {
Id int `json:"id" orm:"id" description:"流水"` // 流水
Uid int64 `json:"uid" orm:"uid" description:""` //
PostId int `json:"post_id" orm:"post_id" description:"帖子编号"` // 帖子编号
CreatedAt *gtime.Time `json:"created_at" orm:"created_at" description:"创建时间"` // 创建时间
}
CommunityFeeds is the golang structure for table community_feeds.
type CommunityGift ¶
type CommunityGift struct {
Id int `json:"id" orm:"id" description:""` //
Uid int64 `json:"uid" orm:"uid" description:"收礼玩家编号"` // 收礼玩家编号
FromUid int64 `json:"from_uid" orm:"fromUid" description:"送礼玩家编号"` // 送礼玩家编号
Type int `json:"type" orm:"type" description:"送礼类型"` // 送礼类型
Pid int `json:"pid" orm:"pid" description:"帖子编号"` // 帖子编号
ItemId int64 `json:"item_id" orm:"itemId" description:"礼物编号"` // 礼物编号
Count int `json:"count" orm:"count" description:"礼物数量"` // 礼物数量
CreatedAt *gtime.Time `json:"created_at" orm:"created_at" description:"创建时间"` // 创建时间
}
CommunityGift is the golang structure for table community_gift.
type CommunityMenu ¶
type CommunityMenu struct {
Id int `json:"id" orm:"id" description:""` //
Name string `json:"name" orm:"name" description:"栏目名称"` // 栏目名称
}
CommunityMenu is the golang structure for table community_menu.
type CommunityNotice ¶
type CommunityNotice struct {
Id int `json:"id" orm:"id" description:""` //
Uid int64 `json:"uid" orm:"uid" description:"用户编号"` // 用户编号
FromUid int64 `json:"from_uid" orm:"from_uid" description:"对方用户编号"` // 对方用户编号
Type int `json:"type" orm:"type" description:"类型"` // 类型
Sid int `json:"sid" orm:"sid" description:"来源编号"` // 来源编号
Content string `json:"content" orm:"content" description:"正文"` // 正文
Extend string `json:"extend" orm:"extend" description:"附加属性"` // 附加属性
CreatedAt *gtime.Time `json:"created_at" orm:"created_at" description:"创建时间"` // 创建时间
UpdatedAt *gtime.Time `json:"updated_at" orm:"updated_at" description:"更新时间"` // 更新时间
Status int `json:"status" orm:"status" description:"通知状态"` // 通知状态
}
CommunityNotice is the golang structure for table community_notice.
type CommunityPosts ¶
type CommunityPosts struct {
Id int `json:"id" orm:"id" description:"帖子编号"` // 帖子编号
Tid int `json:"tid" orm:"tid" description:"帖子栏目"` // 帖子栏目
Uid int64 `json:"uid" orm:"uid" description:"发布者"` // 发布者
Click int64 `json:"click" orm:"click" description:"点击数"` // 点击数
LikeCount int `json:"like_count" orm:"like_count" description:"点赞数量"` // 点赞数量
CollectCount int `json:"collect_count" orm:"collect_count" description:"收藏数量"` // 收藏数量
Popularity int `json:"popularity" orm:"popularity" description:"人气度热度"` // 人气度热度
Charm int `json:"charm" orm:"charm" description:"魅力值"` // 魅力值
Language string `json:"language" orm:"language" description:"语言"` // 语言
CreatedAt *gtime.Time `json:"created_at" orm:"created_at" description:"创建时间"` // 创建时间
UpdatedAt *gtime.Time `json:"updated_at" orm:"updated_at" description:"更新时间"` // 更新时间
DeletedAt *gtime.Time `json:"deleted_at" orm:"deleted_at" description:"删除时间"` // 删除时间
Topic1 int `json:"topic_1" orm:"topic1" description:"话题1"` // 话题1
Topic2 int `json:"topic_2" orm:"topic2" description:"话题2"` // 话题2
Status int `json:"status" orm:"status" description:"帖子状态 -1限流 0 正常"` // 帖子状态 -1限流 0 正常
Recommend int `json:"recommend" orm:"recommend" description:"小编推荐"` // 小编推荐
Extend string `json:"extend" orm:"extend" description:"附加信息"` // 附加信息
At string `json:"at" orm:"at" description:"用户的at功能"` // 用户的at功能
Period int `json:"period" orm:"period" description:"最新期数"` // 最新期数
Price int `json:"price" orm:"price" description:"当前价格"` // 当前价格
Index int `json:"index" orm:"index" description:"索引编号"` // 索引编号
Gesture int `json:"gesture" orm:"gesture" description:"手势"` // 手势
CharacterNum int `json:"character_num" orm:"character_num" description:"角色数量"` // 角色数量
}
CommunityPosts is the golang structure for table community_posts.
type CommunityPosts0 ¶
type CommunityPosts0 struct {
Id int `json:"id" orm:"id" description:"帖子编号"` // 帖子编号
Title string `json:"title" orm:"title" description:"标题"` // 标题
Content string `json:"content" orm:"content" description:"帖子正文"` // 帖子正文
Images string `json:"images" orm:"images" description:"帖子图片批量"` // 帖子图片批量
Image string `json:"image" orm:"image" description:"图片"` // 图片
ImagesRatio string `json:"images_ratio" orm:"images_ratio" description:"图片长宽比"` // 图片长宽比
Like string `json:"like" orm:"like" description:"点赞"` // 点赞
Collect string `json:"collect" orm:"collect" description:"收藏"` // 收藏
Extend string `json:"extend" orm:"extend" description:"附加信息"` // 附加信息
At string `json:"at" orm:"at" description:"at"` // at
Data string `json:"data" orm:"data" description:"内容属性"` // 内容属性
UseIds string `json:"use_ids" orm:"use_ids" description:"最新期数"` // 最新期数
AiScore int `json:"ai_score" orm:"ai_score" description:""` //
}
CommunityPosts0 is the golang structure for table community_posts_0.
type CommunityPosts1 ¶
type CommunityPosts1 struct {
Id int `json:"id" orm:"id" description:"帖子编号"` // 帖子编号
Title string `json:"title" orm:"title" description:"标题"` // 标题
Content string `json:"content" orm:"content" description:"帖子正文"` // 帖子正文
Images string `json:"images" orm:"images" description:"帖子图片批量"` // 帖子图片批量
Image string `json:"image" orm:"image" description:"图片"` // 图片
ImagesRatio string `json:"images_ratio" orm:"images_ratio" description:"图片长宽比"` // 图片长宽比
Like string `json:"like" orm:"like" description:"点赞"` // 点赞
Collect string `json:"collect" orm:"collect" description:"收藏"` // 收藏
Extend string `json:"extend" orm:"extend" description:"附加信息"` // 附加信息
At string `json:"at" orm:"at" description:"at"` // at
Data string `json:"data" orm:"data" description:"内容属性"` // 内容属性
UseIds string `json:"use_ids" orm:"use_ids" description:"最新期数"` // 最新期数
AiScore int `json:"ai_score" orm:"ai_score" description:""` //
}
CommunityPosts1 is the golang structure for table community_posts_1.
type CommunityPostsDetails ¶
type CommunityPostsDetails struct {
Id int `json:"id" orm:"id" description:""` //
Attachment string `json:"attachment" orm:"attachment" description:"帖子附件"` // 帖子附件
SlotsImg string `json:"slots_img" orm:"slots_img" description:"槽位图片"` // 槽位图片
}
CommunityPostsDetails is the golang structure for table community_posts_details.
type CommunityPostsHotDel ¶
type CommunityPostsHotDel struct {
Id int `json:"id" orm:"id" description:"帖子编号"` // 帖子编号
CreatedAt *gtime.Time `json:"created_at" orm:"created_at" description:"创建时间"` // 创建时间
}
CommunityPostsHotDel is the golang structure for table community_posts_hot_del.
type CommunityPostsRecommend ¶
type CommunityPostsRecommend struct {
Pid int `json:"pid" orm:"pid" description:"帖子编号"` // 帖子编号
Type int `json:"type" orm:"type" description:"推荐类型"` // 推荐类型
CreatedAt *gtime.Time `json:"created_at" orm:"created_at" description:"创建时间"` // 创建时间
EndTime *gtime.Time `json:"end_time" orm:"end_time" description:"结束时间"` // 结束时间
}
CommunityPostsRecommend is the golang structure for table community_posts_recommend.
type CommunityPostsReply ¶
type CommunityPostsReply struct {
Id int `json:"id" orm:"id" description:"唯一id"` // 唯一id
Pid int `json:"pid" orm:"pid" description:"主贴id"` // 主贴id
Uid int64 `json:"uid" orm:"uid" description:""` //
Uid2 int64 `json:"uid_2" orm:"uid2" description:"被回复者的uid"` // 被回复者的uid
Content string `json:"content" orm:"content" description:"正文"` // 正文
Extend string `json:"extend" orm:"extend" description:"附加数据"` // 附加数据
TopId int `json:"top_id" orm:"top_id" description:"上级id"` // 上级id
CreatedAt *gtime.Time `json:"created_at" orm:"created_at" description:"创建时间"` // 创建时间
Sort int `json:"sort" orm:"sort" description:"跟帖顺序"` // 跟帖顺序
AiScore float64 `json:"ai_score" orm:"ai_score" description:"机器评分"` // 机器评分
Status int `json:"status" orm:"status" description:"状态"` // 状态
At string `json:"at" orm:"at" description:"用户的at功能"` // 用户的at功能
Like string `json:"like" orm:"like" description:"回复点赞"` // 回复点赞
}
CommunityPostsReply is the golang structure for table community_posts_reply.
type CommunityUser ¶
type CommunityUser struct {
Uid int64 `json:"uid" orm:"uid" description:""` //
Like string `json:"like" orm:"like" description:"点赞"` // 点赞
Like2 string `json:"like_2" orm:"like2" description:"帖子回复点赞"` // 帖子回复点赞
Collect string `json:"collect" orm:"collect" description:"收藏"` // 收藏
FollowNum int `json:"follow_num" orm:"follow_num" description:"关注数量"` // 关注数量
FansNum int `json:"fans_num" orm:"fans_num" description:"粉丝数量"` // 粉丝数量
Gift int `json:"gift" orm:"gift" description:"礼物值"` // 礼物值
Blacklist string `json:"blacklist" orm:"blacklist" description:"黑名单"` // 黑名单
}
CommunityUser is the golang structure for table community_user.
type ConfigAct ¶
type ConfigAct struct {
Id int `json:"id" orm:"id" description:"流水编号"` // 流水编号
Type int `json:"type" orm:"type" description:"活动类型"` // 活动类型
Actid int `json:"actid" orm:"actid" description:"活动编号"` // 活动编号
Name string `json:"name" orm:"name" description:"活动名称"` // 活动名称
Hid string `json:"hid" orm:"hid" description:"活动标识"` // 活动标识
Data string `json:"data" orm:"data" description:"活动数据"` // 活动数据
StartTime *gtime.Time `json:"start_time" orm:"start_time" description:"开始时间"` // 开始时间
EndTime *gtime.Time `json:"end_time" orm:"end_time" description:"结束时间"` // 结束时间
CreatedAt *gtime.Time `json:"created_at" orm:"created_at" description:"创建时间"` // 创建时间
UpdatedAt *gtime.Time `json:"updated_at" orm:"updated_at" description:"更新时间"` // 更新时间
}
ConfigAct is the golang structure for table config_act.
type ConfigModalBox ¶
type ConfigModalBox struct {
Id int `json:"id" orm:"id" description:"主键"` // 主键
ModalBoxId int `json:"modal_box_id" orm:"modal_box_id" description:"弹框id"` // 弹框id
UserType string `json:"user_type" orm:"user_type" description:"特定用户"` // 特定用户
Tips string `json:"tips" orm:"tips" description:"弹框tips选项"` // 弹框tips选项
Name string `json:"name" orm:"name" description:"名称"` // 名称
Title string `json:"title" orm:"title" description:"标题"` // 标题
Content string `json:"content" orm:"content" description:"正文"` // 正文
Type int `json:"type" orm:"type" description:"类型"` // 类型
Style string `json:"style" orm:"style" description:"样式"` // 样式
Weight int `json:"weight" orm:"weight" description:"权重"` // 权重
Attachments string `json:"attachments" orm:"attachments" description:"附件"` // 附件
CreatedAt *gtime.Time `json:"created_at" orm:"created_at" description:"创建时间"` // 创建时间
UpdatedAt *gtime.Time `json:"updated_at" orm:"updated_at" description:"更新时间"` // 更新时间
Status int `json:"status" orm:"status" description:"状态 1开始 0关闭"` // 状态 1开始 0关闭
Notes string `json:"notes" orm:"notes" description:"备注"` // 备注
StartTime *gtime.Time `json:"start_time" orm:"start_time" description:"开始时间"` // 开始时间
EndTime *gtime.Time `json:"end_time" orm:"end_time" description:"结束时间"` // 结束时间
}
ConfigModalBox is the golang structure for table config_modal_box.
type GameAct ¶
type GameAct struct {
Uid int64 `json:"uid" orm:"uid" description:"玩家编号"` // 玩家编号
ActId int `json:"act_id" orm:"act_id" description:"活动编号"` // 活动编号
Action string `json:"action" orm:"action" description:"活动配置"` // 活动配置
UpdatedAt *gtime.Time `json:"updated_at" orm:"updated_at" description:"更新时间"` // 更新时间
}
GameAct is the golang structure for table game_act.
type GameBag ¶
type GameBag struct {
Uid int64 `json:"uid" orm:"uid" description:"用户标识"` // 用户标识
List string `json:"list" orm:"list" description:"道具数据"` // 道具数据
Book string `json:"book" orm:"book" description:"图鉴"` // 图鉴
Hand string `json:"hand" orm:"hand" description:"手势"` // 手势
}
GameBag is the golang structure for table game_bag.
type GameConfig ¶
type GameConfig struct {
Name string `json:"name" orm:"name" description:"配置名称"` // 配置名称
Data string `json:"data" orm:"data" description:"配置内容"` // 配置内容
CreatedAt *gtime.Time `json:"created_at" orm:"created_at" description:"创建时间"` // 创建时间
UpdatedAt *gtime.Time `json:"updated_at" orm:"updated_at" description:"更新时间"` // 更新时间
}
GameConfig is the golang structure for table game_config.
type GameKv ¶
type GameKv struct {
Uid int `json:"uid" orm:"uid" description:"用户"` // 用户
Kv string `json:"kv" orm:"kv" description:"变量"` // 变量
UpdatedAt *gtime.Time `json:"updated_at" orm:"updated_at" description:"更新时间"` // 更新时间
}
GameKv is the golang structure for table game_kv.
type GameMail ¶
type GameMail struct {
Id int64 `json:"id" orm:"id" description:"流水"` // 流水
Uid int64 `json:"uid" orm:"uid" description:"用户标识"` // 用户标识
Type int `json:"type" orm:"type" description:"类型"` // 类型
Title string `json:"title" orm:"title" description:"标题"` // 标题
Content string `json:"content" orm:"content" description:"正文"` // 正文
Items string `json:"items" orm:"items" description:"奖励道具"` // 奖励道具
HaveItems bool `json:"have_items" orm:"have_items" description:"是否有附件"` // 是否有附件
CreatedAt *gtime.Time `json:"created_at" orm:"created_at" description:"创建时间"` // 创建时间
Sign string `json:"sign" orm:"sign" description:"署名"` // 署名
EndTime *gtime.Time `json:"end_time" orm:"end_time" description:"结束时间"` // 结束时间
Extend string `json:"extend" orm:"extend" description:"附加参数"` // 附加参数
Status int `json:"status" orm:"status" description:"状态"` // 状态
}
GameMail is the golang structure for table game_mail.
type GameMailMass ¶
type GameMailMass struct {
Id int `json:"id" orm:"id" description:"主键"` // 主键
Title string `json:"title" orm:"title" description:"标题"` // 标题
Type int `json:"type" orm:"type" description:"类型"` // 类型
Content string `json:"content" orm:"content" description:"正文"` // 正文
CreatedAt *gtime.Time `json:"created_at" orm:"created_at" description:"创建时间"` // 创建时间
Items string `json:"items" orm:"items" description:"奖励"` // 奖励
Sign string `json:"sign" orm:"sign" description:"署名"` // 署名
EndTime *gtime.Time `json:"end_time" orm:"end_time" description:"结束时间"` // 结束时间
}
GameMailMass is the golang structure for table game_mail_mass.
type GameMailUser ¶
type GameMailUser struct {
Uid int64 `json:"uid" orm:"uid" description:""` //
Mass string `json:"mass" orm:"mass" description:"群发邮件领取列表"` // 群发邮件领取列表
}
GameMailUser is the golang structure for table game_mail_user.
type GamePay ¶
type GamePay struct {
OrderId string `json:"order_id" orm:"order_id" description:"订单编号"` // 订单编号
Uid int64 `json:"uid" orm:"uid" description:""` //
TerraceOrderId string `json:"terrace_order_id" orm:"terrace_order_id" description:"平台订单id"` // 平台订单id
Device string `json:"device" orm:"device" description:"设备名称"` // 设备名称
Channel string `json:"channel" orm:"channel" description:"支付渠道"` // 支付渠道
ShopId int64 `json:"shop_id" orm:"shop_id" description:"商品id"` // 商品id
Cent int `json:"cent" orm:"cent" description:"美分(不要使用小数点)"` // 美分(不要使用小数点)
PackageName string `json:"package_name" orm:"package_name" description:"包名"` // 包名
CreatedAt *gtime.Time `json:"created_at" orm:"created_at" description:"创建时间"` // 创建时间
UpdatedAt *gtime.Time `json:"updated_at" orm:"updated_at" description:"更新时间"` // 更新时间
PayTime *gtime.Time `json:"pay_time" orm:"pay_time" description:"支付时间"` // 支付时间
Status int `json:"status" orm:"status" description:"状态"` // 状态
Token string `json:"token" orm:"token" description:"支付标识"` // 支付标识
Ip string `json:"ip" orm:"ip" description:"ip地址"` // ip地址
}
GamePay is the golang structure for table game_pay.
type GameRank ¶
type GameRank struct {
Key int `json:"key" orm:"key" description:""` //
RankId int `json:"rank_id" orm:"rank_id" description:"排行榜编号"` // 排行榜编号
Type int `json:"type" orm:"type" description:"排行榜类型"` // 排行榜类型
Data string `json:"data" orm:"data" description:"数据"` // 数据
CreatedAt *gtime.Time `json:"created_at" orm:"created_at" description:"排行榜创建时间"` // 排行榜创建时间
StartTime *gtime.Time `json:"start_time" orm:"start_time" description:"榜单开始时间"` // 榜单开始时间
EndTime *gtime.Time `json:"end_time" orm:"end_time" description:"榜单结束时间"` // 榜单结束时间
Status int `json:"status" orm:"status" description:""` //
Image string `json:"image" orm:"image" description:"结算封面"` // 结算封面
FirstUid int64 `json:"first_uid" orm:"first_uid" description:"第一名的用户id"` // 第一名的用户id
}
GameRank is the golang structure for table game_rank.
type GameStage ¶
type GameStage struct {
Uid int64 `json:"uid" orm:"uid" description:"用户标识"` // 用户标识
Chapter int `json:"chapter" orm:"chapter" description:"章节"` // 章节
WinData string `json:"win_data" orm:"win_data" description:"通关过的数据"` // 通关过的数据
StageData string `json:"stage_data" orm:"stage_data" description:"关卡数据"` // 关卡数据
Star int `json:"star" orm:"star" description:"章节获得的总星"` // 章节获得的总星
RwdData string `json:"rwd_data" orm:"rwd_data" description:"通关奖励领取"` // 通关奖励领取
}
GameStage is the golang structure for table game_stage.
type MemberAuthorize ¶
type MemberAuthorize struct {
Code string `json:"code" orm:"code" description:"授权码"` // 授权码
Uid int64 `json:"uid" orm:"uid" description:"用户标识"` // 用户标识
Type string `json:"type" orm:"type" description:"认证方式"` // 认证方式
CreatedAt *gtime.Time `json:"created_at" orm:"created_at" description:"创建时间"` // 创建时间
UpdatedAt *gtime.Time `json:"updated_at" orm:"updated_at" description:"更新时间"` // 更新时间
CreateIp string `json:"create_ip" orm:"create_ip" description:"创建ip"` // 创建ip
}
MemberAuthorize is the golang structure for table member_authorize.
type MemberBan ¶
type MemberBan struct {
Uid int64 `json:"uid" orm:"uid" description:"用户编号"` // 用户编号
CreatedAt *gtime.Time `json:"created_at" orm:"created_at" description:"禁用时间"` // 禁用时间
Type int `json:"type" orm:"type" description:"禁用类型"` // 禁用类型
}
MemberBan is the golang structure for table member_ban.
type MemberFriend ¶
type MemberFriend struct {
Uid int64 `json:"uid" orm:"uid" description:"当前用户"` // 当前用户
Uid2 int64 `json:"uid_2" orm:"uid2" description:"对方编号"` // 对方编号
CreatedAt *gtime.Time `json:"created_at" orm:"created_at" description:"创建时间"` // 创建时间
}
MemberFriend is the golang structure for table member_friend.
type MemberLimit ¶
type MemberLimit struct {
Uid int64 `json:"uid" orm:"uid" description:"用户uid"` // 用户uid
CreatedAt *gtime.Time `json:"created_at" orm:"created_at" description:"创建时间"` // 创建时间
Data string `json:"data" orm:"data" description:"玩家权限"` // 玩家权限
}
MemberLimit is the golang structure for table member_limit.
type MemberSave ¶
type MemberSave struct {
Uid int64 `json:"uid" orm:"uid" description:"用户编号"` // 用户编号
Type int `json:"type" orm:"type" description:"存档类型"` // 存档类型
Slot int `json:"slot" orm:"slot" description:"存档槽位"` // 存档槽位
Data string `json:"data" orm:"data" description:"存档内容"` // 存档内容
S3 string `json:"s_3" orm:"s3" description:"s3地址"` // s3地址
UpdatedAt *gtime.Time `json:"updated_at" orm:"updated_at" description:"更新时间"` // 更新时间
Name string `json:"name" orm:"name" description:"自定义名字"` // 自定义名字
Image string `json:"image" orm:"image" description:"上传图片"` // 上传图片
UseIds string `json:"use_ids" orm:"use_ids" description:"使用的道具id"` // 使用的道具id
}
MemberSave is the golang structure for table member_save.
type MemberUser ¶
type MemberUser struct {
Uid int64 `json:"uid" orm:"uid" description:"用户标识"` // 用户标识
Guid string `json:"guid" orm:"guid" description:"用户本次登录标识"` // 用户本次登录标识
Gid int `json:"gid" orm:"gid" description:"用户组编号"` // 用户组编号
AccountLogin string `json:"account_login" orm:"account_login" description:"社交账号登录"` // 社交账号登录
CreatedAt *gtime.Time `json:"created_at" orm:"created_at" description:"创建时间"` // 创建时间
UpdatedAt *gtime.Time `json:"updated_at" orm:"updated_at" description:"更新时间"` // 更新时间
DeletedAt *gtime.Time `json:"deleted_at" orm:"deleted_at" description:"删除时间"` // 删除时间
Nickname string `json:"nickname" orm:"nickname" description:"昵称"` // 昵称
Phone string `json:"phone" orm:"phone" description:"绑定手机"` // 绑定手机
Email string `json:"email" orm:"email" description:"绑定邮箱"` // 绑定邮箱
Money int64 `json:"money" orm:"money" description:"充值货币"` // 充值货币
Save string `json:"save" orm:"save" description:"储存路径"` // 储存路径
Slots string `json:"slots" orm:"slots" description:"槽位数量"` // 槽位数量
OnlineDuration int64 `json:"online_duration" orm:"online_duration" description:"在线时长"` // 在线时长
OnlineStatus int `json:"online_status" orm:"online_status" description:"在线状态"` // 在线状态
OnlineTime *gtime.Time `json:"online_time" orm:"online_time" description:"上线时间"` // 上线时间
OfflineTime *gtime.Time `json:"offline_time" orm:"offline_time" description:"离线时间"` // 离线时间
CreateIp string `json:"create_ip" orm:"create_ip" description:"创号ip地址"` // 创号ip地址
UpdateIp string `json:"update_ip" orm:"update_ip" description:"更新IP地址"` // 更新IP地址
Level int `json:"level" orm:"level" description:"等级"` // 等级
Exp int64 `json:"exp" orm:"exp" description:"经验"` // 经验
Title string `json:"title" orm:"title" description:"称号"` // 称号
Avatar string `json:"avatar" orm:"avatar" description:"头像"` // 头像
AvatarFrame int `json:"avatar_frame" orm:"avatar_frame" description:"头像框"` // 头像框
Popularity int `json:"popularity" orm:"popularity" description:"人气度"` // 人气度
Charm int `json:"charm" orm:"charm" description:"魅力值"` // 魅力值
Gift int `json:"gift" orm:"gift" description:"礼物值"` // 礼物值
}
MemberUser is the golang structure for table member_user.
type SystemCron ¶
type SystemCron struct {
Id int `json:"id" orm:"id" description:"编号"` // 编号
}
SystemCron is the golang structure for table system_cron.
type SystemLog ¶
type SystemLog struct {
Id int `json:"id" orm:"id" description:"主键"` // 主键
Uid int `json:"uid" orm:"uid" description:"操作的用户"` // 操作的用户
Url string `json:"url" orm:"url" description:"当前访问的url"` // 当前访问的url
Data string `json:"data" orm:"data" description:"操作数据"` // 操作数据
CreatedAt *gtime.Time `json:"created_at" orm:"created_at" description:"创建时间"` // 创建时间
Ip string `json:"ip" orm:"ip" description:"当前ip地址"` // 当前ip地址
}
SystemLog is the golang structure for table system_log.
type SystemReport ¶
type SystemReport struct {
Id int `json:"id" orm:"id" description:""` //
Rid int `json:"rid" orm:"rid" description:"举报id"` // 举报id
Uid int `json:"uid" orm:"uid" description:"举报人编号"` // 举报人编号
Type int `json:"type" orm:"type" description:"举报类型"` // 举报类型
Desc string `json:"desc" orm:"desc" description:"举报正文"` // 举报正文
CreatedAt *gtime.Time `json:"created_at" orm:"created_at" description:"举报时间"` // 举报时间
DeletedAt *gtime.Time `json:"deleted_at" orm:"deleted_at" description:"删除时间"` // 删除时间
Status int `json:"status" orm:"status" description:"处理状态"` // 处理状态
}
SystemReport is the golang structure for table system_report.
type SystemSetting ¶
type SystemSetting struct {
Name string `json:"name" orm:"name" description:"配置名称"` // 配置名称
Value string `json:"value" orm:"value" description:"配置详情"` // 配置详情
Type int `json:"type" orm:"type" description:"类型"` // 类型
}
SystemSetting is the golang structure for table system_setting.
type SystemStatistics ¶
type SystemStatistics struct {
Id int `json:"id" orm:"id" description:"流水号"` // 流水号
AppId int `json:"app_id" orm:"app_id" description:"应用编号"` // 应用编号
Key string `json:"key" orm:"key" description:"唯一缓存key"` // 唯一缓存key
Data string `json:"data" orm:"data" description:"数据"` // 数据
}
SystemStatistics is the golang structure for table system_statistics.
Source Files
¶
- community_fans.go
- community_feeds.go
- community_gift.go
- community_menu.go
- community_notice.go
- community_posts.go
- community_posts_0.go
- community_posts_1.go
- community_posts_details.go
- community_posts_hot_del.go
- community_posts_recommend.go
- community_posts_reply.go
- community_user.go
- config_act.go
- config_modal_box.go
- game_act.go
- game_bag.go
- game_config.go
- game_kv.go
- game_mail.go
- game_mail_mass.go
- game_mail_user.go
- game_pay.go
- game_rank.go
- game_stage.go
- member_authorize.go
- member_ban.go
- member_friend.go
- member_limit.go
- member_save.go
- member_user.go
- system_cron.go
- system_log.go
- system_report.go
- system_setting.go
- system_statistics.go