Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CpmBatchQueryLaunchesRequest ¶
type CpmBatchQueryLaunchesRequest struct { /** * 推广ID列表 */ LaunchIds []int32 `json:"launchIds"` /** * 推广状态列表,此参数和launchIds互斥 */ LaunchStatusList []int32 `json:"launchStatusList"` /** * 分页请求页码,传launchStatusList时可传。默认查第一页,每页100个 */ PageNum int32 `json:"pageNum"` }
func (*CpmBatchQueryLaunchesRequest) DoInvoke ¶
func (req *CpmBatchQueryLaunchesRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*CpmBatchQueryLaunchesResponse, error)
type CpmBatchQueryLaunchesResponse ¶
type CpmBatchQueryLaunchesResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data PageResult `json:"data"` TraceId string `json:"traceId"` }
func (*CpmBatchQueryLaunchesResponse) IsSuccess ¶
func (response *CpmBatchQueryLaunchesResponse) IsSuccess() bool
type PageResult ¶
Click to show internal directories.
Click to hide internal directories.