Documentation
¶
Overview ¶
后台充值
登录公告管理
公告管理
Index ¶
- type BackgroundController
- type BaseController
- type ChannelController
- type ChargeController
- func (c *ChargeController) ChargeActivityDistribution()
- func (c *ChargeController) ChargeLevelDistribution()
- func (c *ChargeController) ChargeList()
- func (c *ChargeController) ChargeMoneyDistribution()
- func (c *ChargeController) ChargeRankList()
- func (c *ChargeController) ChargeTaskDistribution()
- func (c *ChargeController) GetDailyLTV()
- type ForbidController
- type GameServerController
- type InventoryDatabaseController
- type InventoryServerController
- type LogController
- type LoginController
- type LoginNoticeController
- type MailController
- type MainController
- type MenuController
- type NoticeController
- type PlatformController
- type PlayerController
- type RemainController
- type ResourceController
- func (c *ResourceController) CheckUrlFor()
- func (c *ResourceController) Delete()
- func (c *ResourceController) Edit()
- func (c *ResourceController) GetParentResourceList()
- func (c *ResourceController) List()
- func (c *ResourceController) ResourceTree()
- func (c *ResourceController) UrlFor2Link(src []*models.Resource)
- func (c *ResourceController) UrlFor2LinkOne(urlfor string) string
- type RoleController
- type ServerNodeController
- type StatisticsController
- func (c *StatisticsController) ConsumeAnalysis()
- func (c *StatisticsController) DailyStatisticsList()
- func (c *StatisticsController) GetChargeStatistics()
- func (c *StatisticsController) GetIncomeStatistics()
- func (c *StatisticsController) GetRealTimeOnline()
- func (c *StatisticsController) GetServerGeneralize()
- type ToolController
- func (c *ToolController) Action()
- func (c *ToolController) ActiveFunction()
- func (c *ToolController) FinishBranchTask()
- func (c *ToolController) GetIpOrigin()
- func (c *ToolController) GetJson()
- func (c *ToolController) GetWeixinArgs()
- func (c *ToolController) Merge()
- func (c *ToolController) SendProp()
- func (c *ToolController) SetTask()
- func (c *ToolController) SqlQuery()
- func (c *ToolController) UpdateWeixinArgs()
- type UserController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackgroundController ¶
type BackgroundController struct {
BaseController
}
func (*BackgroundController) Charge ¶
func (c *BackgroundController) Charge()
func (*BackgroundController) List ¶
func (c *BackgroundController) List()
type BaseController ¶
type BaseController struct {
beego.Controller
// contains filtered or unexported fields
}
func (*BaseController) CheckError ¶
func (c *BaseController) CheckError(err error, msg ...string)
检查错误, 失败直接终止当前请求
func (*BaseController) Prepare ¶
func (c *BaseController) Prepare()
func (*BaseController) Result ¶
func (c *BaseController) Result(code enums.ResultCode, msg string, data interface{})
请求返回json
type ChannelController ¶
type ChannelController struct {
BaseController
}
type ChargeController ¶
type ChargeController struct {
BaseController
}
func (*ChargeController) ChargeActivityDistribution ¶
func (c *ChargeController) ChargeActivityDistribution()
充值活动分布
func (*ChargeController) ChargeLevelDistribution ¶
func (c *ChargeController) ChargeLevelDistribution()
充值等级分布
func (*ChargeController) ChargeMoneyDistribution ¶
func (c *ChargeController) ChargeMoneyDistribution()
充值金额分布
func (*ChargeController) ChargeTaskDistribution ¶
func (c *ChargeController) ChargeTaskDistribution()
充值任务分布
type ForbidController ¶
type ForbidController struct {
BaseController
}
type GameServerController ¶
type GameServerController struct {
BaseController
}
func (*GameServerController) BatchUpdateState ¶
func (c *GameServerController) BatchUpdateState()
批量修改区服状态
type InventoryDatabaseController ¶
type InventoryDatabaseController struct {
BaseController
}
func (*InventoryDatabaseController) AllDatabaseList ¶
func (c *InventoryDatabaseController) AllDatabaseList()
func (*InventoryDatabaseController) DatabaseList ¶
func (c *InventoryDatabaseController) DatabaseList()
func (*InventoryDatabaseController) DeleteDatabase ¶
func (c *InventoryDatabaseController) DeleteDatabase()
删除用户
func (*InventoryDatabaseController) EditDatabase ¶
func (c *InventoryDatabaseController) EditDatabase()
编辑 添加用户
type InventoryServerController ¶
type InventoryServerController struct {
BaseController
}
func (*InventoryServerController) AllServerList ¶
func (c *InventoryServerController) AllServerList()
func (*InventoryServerController) CreateAnsibleInventory ¶
func (c *InventoryServerController) CreateAnsibleInventory()
创建ansible
func (*InventoryServerController) DeleteServer ¶
func (c *InventoryServerController) DeleteServer()
删除服务器
func (*InventoryServerController) EditServer ¶
func (c *InventoryServerController) EditServer()
编辑 添加服务器
func (*InventoryServerController) ServerList ¶
func (c *InventoryServerController) ServerList()
type LogController ¶
type LogController struct {
BaseController
}
func (*LogController) PlayerChallengeMissionLogList ¶
func (c *LogController) PlayerChallengeMissionLogList()
func (*LogController) PlayerLoinLogList ¶
func (c *LogController) PlayerLoinLogList()
func (*LogController) PlayerOnlineLogList ¶
func (c *LogController) PlayerOnlineLogList()
func (*LogController) PlayerPropLogList ¶
func (c *LogController) PlayerPropLogList()
type LoginController ¶
type LoginController struct {
BaseController
}
func (*LoginController) Login ¶
func (c *LoginController) Login()
func (*LoginController) Logout ¶
func (c *LoginController) Logout()
type LoginNoticeController ¶
type LoginNoticeController struct {
BaseController
}
func (*LoginNoticeController) BatchSetNotice ¶
func (c *LoginNoticeController) BatchSetNotice()
批量设置登录公告
func (*LoginNoticeController) DelLoginNotice ¶
func (c *LoginNoticeController) DelLoginNotice()
删除登录公告
func (*LoginNoticeController) LoginNoticeList ¶
func (c *LoginNoticeController) LoginNoticeList()
获取登录公告列表
type MailController ¶
type MailController struct {
BaseController
}
type MainController ¶
type MainController struct {
beego.Controller
}
func (*MainController) Get ¶
func (c *MainController) Get()
type MenuController ¶
type MenuController struct {
BaseController
}
func (*MenuController) GetParentMenuList ¶
func (c *MenuController) GetParentMenuList()
获取可以成为某节点的父节点列表
func (*MenuController) MenuTree ¶
func (c *MenuController) MenuTree()
type NoticeController ¶
type NoticeController struct {
BaseController
}
type PlatformController ¶
type PlatformController struct {
BaseController
}
func (*PlatformController) List ¶
func (c *PlatformController) List()
type PlayerController ¶
type PlayerController struct {
BaseController
}
func (*PlayerController) AccountDetail ¶
func (c *PlayerController) AccountDetail()
func (*PlayerController) Detail ¶
func (c *PlayerController) Detail()
func (*PlayerController) List ¶
func (c *PlayerController) List()
func (*PlayerController) One ¶
func (c *PlayerController) One()
type RemainController ¶
type RemainController struct {
BaseController
}
type ResourceController ¶
type ResourceController struct {
BaseController
}
func (*ResourceController) CheckUrlFor ¶
func (c *ResourceController) CheckUrlFor()
CheckUrlFor 填写UrlFor时进行验证
func (*ResourceController) GetParentResourceList ¶
func (c *ResourceController) GetParentResourceList()
获取可以成为某节点的父节点列表
func (*ResourceController) ResourceTree ¶
func (c *ResourceController) ResourceTree()
func (*ResourceController) UrlFor2Link ¶
func (c *ResourceController) UrlFor2Link(src []*models.Resource)
UrlFor2Link 使用URLFor方法,批量将资源表里的UrlFor值转成LinkUrl
func (*ResourceController) UrlFor2LinkOne ¶
func (c *ResourceController) UrlFor2LinkOne(urlfor string) string
将资源表里的UrlFor值转成LinkUrl
type ServerNodeController ¶
type ServerNodeController struct {
BaseController
}
func (*ServerNodeController) Action ¶
func (c *ServerNodeController) Action()
func (*ServerNodeController) Install ¶
func (c *ServerNodeController) Install()
type StatisticsController ¶
type StatisticsController struct {
BaseController
}
func (*StatisticsController) ConsumeAnalysis ¶
func (c *StatisticsController) ConsumeAnalysis()
消费分析
func (*StatisticsController) DailyStatisticsList ¶
func (c *StatisticsController) DailyStatisticsList()
每日汇总
func (*StatisticsController) GetChargeStatistics ¶
func (c *StatisticsController) GetChargeStatistics()
func (*StatisticsController) GetIncomeStatistics ¶
func (c *StatisticsController) GetIncomeStatistics()
func (*StatisticsController) GetRealTimeOnline ¶
func (c *StatisticsController) GetRealTimeOnline()
func (*StatisticsController) GetServerGeneralize ¶
func (c *StatisticsController) GetServerGeneralize()
服务器概况
type ToolController ¶
type ToolController struct {
BaseController
}
func (*ToolController) Action ¶
func (c *ToolController) Action()
func (*ToolController) ActiveFunction ¶
func (c *ToolController) ActiveFunction()
func (*ToolController) FinishBranchTask ¶
func (c *ToolController) FinishBranchTask()
func (*ToolController) GetIpOrigin ¶
func (c *ToolController) GetIpOrigin()
func (*ToolController) GetJson ¶
func (c *ToolController) GetJson()
func (*ToolController) GetWeixinArgs ¶
func (c *ToolController) GetWeixinArgs()
func (*ToolController) Merge ¶
func (c *ToolController) Merge()
func (*ToolController) SendProp ¶
func (c *ToolController) SendProp()
func (*ToolController) SetTask ¶
func (c *ToolController) SetTask()
func (*ToolController) SqlQuery ¶
func (c *ToolController) SqlQuery()
func (*ToolController) UpdateWeixinArgs ¶
func (c *ToolController) UpdateWeixinArgs()
type UserController ¶
type UserController struct {
BaseController
}
func (*UserController) Info ¶
func (c *UserController) Info()
Source Files
¶
- BackgroundChargeController.go
- BaseController.go
- ChannelController.go
- ChargeController.go
- ForbidController.go
- GameServerController.go
- InventoryDatabaseController.go
- InventoryServerController.go
- LogController.go
- LoginController.go
- LoginNoticeController.go
- MailController.go
- MainController.go
- MenuController.go
- NoticeController.go
- OpenServerController.go
- PlatformController.go
- PlayerController.go
- RemainController.go
- ResourceController.go
- RoleController.go
- ServerNodeController.go
- StatisticsController.go
- ToolController.go
- UserController.go
Click to show internal directories.
Click to hide internal directories.