Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdPriceRangeRequest ¶
type AdPriceRangeRequest struct { /** * 外卖广告产品类型,1是点金推广 */ Channel int32 `json:"channel"` /** * 1:预算,2:出价,3:定向出价 */ Type int32 `json:"type"` }
func (*AdPriceRangeRequest) DoInvoke ¶
func (req *AdPriceRangeRequest) DoInvoke(client mtclient.MeituanClient) (*AdPriceRangeResponse, error)
type AdPriceRangeResponse ¶
type AdPriceRangeResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data Data `json:"data"` TraceId string `json:"traceId"` }
func (*AdPriceRangeResponse) IsSuccess ¶
func (response *AdPriceRangeResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.