Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetJsKpAppListRequest ¶
type GetJsKpAppListRequest struct {
}
GetJsKpAppListRequest 查询APP信息 API Request
func (GetJsKpAppListRequest) Url ¶
func (r GetJsKpAppListRequest) Url() string
type GetJsKpAppListResponse ¶
type GetJsKpAppListResponse struct {
Data []ListApp `json:"data,omitempty"`
}
GetJsKpAppListResponse 查询APP信息 API Response
type ListApp ¶
type ListApp struct {
// AppName 推广APP名称
AppName string `json:"appName"`
// ApkName 推广APP包名
ApkName string `json:"apkName"`
// AppUrl 推广APP链接
AppUrl string `json:"appUrl"`
// DocId 推广APP docId
DocId int `json:"docId"`
// ChannelId 渠道包ID
ChannelId int `json:"channelId"`
// ChannelPackage 渠道包名称
ChannelPackage string `json:"channelPackage"`
// AppStatus 应用审核状态
AppStatus int `json:"appStatus"`
}
ListApp APP信息
Click to show internal directories.
Click to hide internal directories.