Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HourlyCpcRtDataByaccountRequest ¶
type HourlyCpcRtDataByaccountRequest struct { /** * 子账号id */ AccountId int32 `json:"accountId"` }
func (*HourlyCpcRtDataByaccountRequest) DoInvoke ¶
func (req *HourlyCpcRtDataByaccountRequest) DoInvoke(client mtclient.MeituanClient) (*HourlyCpcRtDataByaccountResponse, error)
type HourlyCpcRtDataByaccountResponse ¶
type HourlyCpcRtDataByaccountResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data []Data `json:"data"` TraceId string `json:"traceId"` }
func (*HourlyCpcRtDataByaccountResponse) IsSuccess ¶
func (response *HourlyCpcRtDataByaccountResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.