Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchOperateRequest ¶
type BatchOperateRsp ¶
type BatchOperateRsp struct { }
type CpmBatchUpdateLaunchPowerRequest ¶
type CpmBatchUpdateLaunchPowerRequest struct { /** * 一批不超过50 */ BatchOperateRequests []BatchOperateRequest `json:"batchOperateRequests"` }
func (*CpmBatchUpdateLaunchPowerRequest) DoInvoke ¶
func (req *CpmBatchUpdateLaunchPowerRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*CpmBatchUpdateLaunchPowerResponse, error)
type CpmBatchUpdateLaunchPowerResponse ¶
type CpmBatchUpdateLaunchPowerResponse struct { Code string `json:"code"` Msg string `json:"msg"` /** * private List successList; private Map failReasonMap; private Map successMap; */ Data BatchOperateRsp `json:"data"` TraceId string `json:"traceId"` }
func (*CpmBatchUpdateLaunchPowerResponse) IsSuccess ¶
func (response *CpmBatchUpdateLaunchPowerResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.