Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JingleBell ¶
type ListJingleBellRequest ¶
type ListJingleBellRequest struct {
AdvertiserID uint64 `json:"advertiser_id"`
CurrentPage int `json:"current_page"`
PageSize int `json:"page_size"`
LiveUserID int64 `json:"live_user_id"`
}
func (ListJingleBellRequest) Encode ¶
func (r ListJingleBellRequest) Encode() []byte
Encode implement PostRequest interface
func (ListJingleBellRequest) Url ¶
func (r ListJingleBellRequest) Url() string
Url implement PostRequest interface
type ListJingleBellResponse ¶
type ListJingleBellResponse struct {
TotalCount int `json:"total_count"`
JingleBellList []JingleBell `json:"jingle_bell_list"`
}
type ListLiveUserRequest ¶
type ListLiveUserRequest struct {
AdvertiserID uint64 `json:"advertiser_id"`
CurrentPage int `json:"current_page"`
PageSize int `json:"page_size"`
AuditStatusList []int `json:"audit_status_list"`
LiveUserTypeList []int `json:"live_user_type_list"`
LiveUserIds []int `json:"live_user_ids"`
}
func (ListLiveUserRequest) Encode ¶
func (r ListLiveUserRequest) Encode() []byte
Encode implement PostRequest interface
func (ListLiveUserRequest) Url ¶
func (r ListLiveUserRequest) Url() string
Url implement PostRequest interface
type ListLiveUserResponse ¶
Click to show internal directories.
Click to hide internal directories.