Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdUpdatePlanBidRequest ¶
type AdUpdatePlanBidRequest struct { /** * 外卖广告的产品类型,1表示点金推广 */ Channel int32 `json:"channel"` /** * 出价,单位分 */ Bid int32 `json:"bid"` }
func (*AdUpdatePlanBidRequest) DoInvoke ¶
func (req *AdUpdatePlanBidRequest) DoInvoke(client mtclient.MeituanClient) (*AdUpdatePlanBidResponse, error)
type AdUpdatePlanBidResponse ¶
type AdUpdatePlanBidResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data Data `json:"data"` TraceId string `json:"traceId"` }
func (*AdUpdatePlanBidResponse) IsSuccess ¶
func (response *AdUpdatePlanBidResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.