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