Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BizPoiTradeRequest ¶
type BizPoiTradeRequest struct { /** * 日期,yyyyMMdd格式 */ Dt string `json:"dt"` }
func (*BizPoiTradeRequest) DoInvoke ¶
func (req *BizPoiTradeRequest) DoInvoke(client mtclient.MeituanClient) (*BizPoiTradeResponse, error)
type BizPoiTradeResponse ¶
type BizPoiTradeResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data Data `json:"data"` TraceId string `json:"traceId"` }
func (*BizPoiTradeResponse) IsSuccess ¶
func (response *BizPoiTradeResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.