Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdDataSourceRequest ¶
type AdDataSourceRequest struct { /** * 外卖广告产品类型,1表示点金推广 */ Channel int32 `json:"channel"` /** * 查询的历史天数,不能大于30天 */ Days int32 `json:"days"` /** * 查询的日期,不能早于T-31 */ Date int32 `json:"date"` }
func (*AdDataSourceRequest) DoInvoke ¶
func (req *AdDataSourceRequest) DoInvoke(client mtclient.MeituanClient) (*AdDataSourceResponse, error)
type AdDataSourceResponse ¶
type AdDataSourceResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data Data `json:"data"` TraceId string `json:"traceId"` }
func (*AdDataSourceResponse) IsSuccess ¶
func (response *AdDataSourceResponse) IsSuccess() bool
type ChannelPageList ¶
type Data ¶
type Data struct { Result Result `json:"result"` HomePageList []HomePageList `json:"homePageList"` ChannelPageList []ChannelPageList `json:"channelPageList"` SearchPageList []SearchPageList `json:"searchPageList"` }
type HomePageList ¶
Click to show internal directories.
Click to hide internal directories.