Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdDataHistoryRequest ¶
type AdDataHistoryRequest struct { /** * 外卖广告产品类型,1表示点金推广 */ Channel int32 `json:"channel"` /** * 查询的历史天数,不能大于30天 */ Days int32 `json:"days"` /** * 查询的数据类型,1:全部数据,2:仅KA系统数据,3:仅单门店数据 */ Type int32 `json:"type"` }
func (*AdDataHistoryRequest) DoInvoke ¶
func (req *AdDataHistoryRequest) DoInvoke(client mtclient.MeituanClient) (*AdDataHistoryResponse, error)
type AdDataHistoryResponse ¶
type AdDataHistoryResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data Data `json:"data"` TraceId string `json:"traceId"` }
func (*AdDataHistoryResponse) IsSuccess ¶
func (response *AdDataHistoryResponse) IsSuccess() bool
type AdDataInfoList ¶
Click to show internal directories.
Click to hide internal directories.