Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QuerySuggestBidRequest ¶
type QuerySuggestBidRequest struct { /** * 门店以及对应的投放时段 */ SuggestBid string `json:"suggestBid"` }
func (*QuerySuggestBidRequest) DoInvoke ¶
func (req *QuerySuggestBidRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*QuerySuggestBidResponse, error)
type QuerySuggestBidResponse ¶
type QuerySuggestBidResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data SuggestPriceDTO `json:"data"` TraceId string `json:"traceId"` }
func (*QuerySuggestBidResponse) IsSuccess ¶
func (response *QuerySuggestBidResponse) IsSuccess() bool
type SuggestPriceDTO ¶
type SuggestPriceDTO struct { }
Click to show internal directories.
Click to hide internal directories.