Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdDataDetailRequest ¶
type AdDataDetailRequest struct { /** * 外卖广告产品类型,1表示点金推广 */ Channel int32 `json:"channel"` /** * 日期 */ Date string `json:"date"` }
func (*AdDataDetailRequest) DoInvoke ¶
func (req *AdDataDetailRequest) DoInvoke(client mtclient.MeituanClient) (*AdDataDetailResponse, error)
type AdDataDetailResponse ¶
type AdDataDetailResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data Data `json:"data"` TraceId string `json:"traceId"` }
func (*AdDataDetailResponse) IsSuccess ¶
func (response *AdDataDetailResponse) IsSuccess() bool
type AdDataInfoList ¶
Click to show internal directories.
Click to hide internal directories.