Documentation ¶
Index ¶
Constants ¶
View Source
const ChinaCountryId = 1
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentsAction ¶
func (*ComponentsAction) RunGet ¶
func (this *ComponentsAction) RunGet(params struct{})
type DownloadAction ¶
type DownloadAction struct {
actionutils.ParentAction
}
下载指定的文本内容
func (*DownloadAction) Init ¶
func (this *DownloadAction) Init()
func (*DownloadAction) RunGet ¶
func (this *DownloadAction) RunGet(params struct { File string Text string })
type EventLevelOptionsAction ¶ added in v0.0.10
type EventLevelOptionsAction struct {
actionutils.ParentAction
}
func (*EventLevelOptionsAction) RunPost ¶ added in v0.0.10
func (this *EventLevelOptionsAction) RunPost(params struct{})
type HideTipAction ¶ added in v0.2.4
type HideTipAction struct {
actionutils.ParentAction
}
func (*HideTipAction) RunPost ¶ added in v0.2.4
func (this *HideTipAction) RunPost(params struct { Code string })
type ImageAction ¶ added in v0.0.12
type ImageAction struct {
actionutils.ParentAction
}
公开的图片,不需要检查用户权限
func (*ImageAction) Init ¶ added in v0.0.12
func (this *ImageAction) Init()
func (*ImageAction) RunGet ¶ added in v0.0.12
func (this *ImageAction) RunGet(params struct { FileId int64 })
type SelectCountriesPopupAction ¶
type SelectCountriesPopupAction struct {
actionutils.ParentAction
}
func (*SelectCountriesPopupAction) Init ¶
func (this *SelectCountriesPopupAction) Init()
func (*SelectCountriesPopupAction) RunGet ¶
func (this *SelectCountriesPopupAction) RunGet(params struct { CountryIds string })
func (*SelectCountriesPopupAction) RunPost ¶
func (this *SelectCountriesPopupAction) RunPost(params struct { CountryIds []int64 Must *actions.Must CSRF *actionutils.CSRF })
type SelectProvincesPopupAction ¶
type SelectProvincesPopupAction struct {
actionutils.ParentAction
}
func (*SelectProvincesPopupAction) Init ¶
func (this *SelectProvincesPopupAction) Init()
func (*SelectProvincesPopupAction) RunGet ¶
func (this *SelectProvincesPopupAction) RunGet(params struct { ProvinceIds string })
func (*SelectProvincesPopupAction) RunPost ¶
func (this *SelectProvincesPopupAction) RunPost(params struct { ProvinceIds []int64 Must *actions.Must CSRF *actionutils.CSRF })
type ShowTipAction ¶ added in v0.2.4
type ShowTipAction struct {
actionutils.ParentAction
}
func (*ShowTipAction) RunPost ¶ added in v0.2.4
func (this *ShowTipAction) RunPost(params struct { Code string })
type ThemeAction ¶ added in v0.2.8
type ThemeAction struct {
actionutils.ParentAction
}
func (*ThemeAction) RunPost ¶ added in v0.2.8
func (this *ThemeAction) RunPost(params struct{})
type ValidateIPsAction ¶ added in v0.3.1
type ValidateIPsAction struct {
actionutils.ParentAction
}
func (*ValidateIPsAction) RunPost ¶ added in v0.3.1
func (this *ValidateIPsAction) RunPost(params struct { Ips string })
Click to show internal directories.
Click to hide internal directories.