Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetPoiExtendInfo ¶
type GetPoiExtendInfoRequest ¶
type GetPoiExtendInfoRequest struct { }
func (*GetPoiExtendInfoRequest) DoInvoke ¶
func (req *GetPoiExtendInfoRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*GetPoiExtendInfoResponse, error)
type GetPoiExtendInfoResponse ¶
type GetPoiExtendInfoResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data GetPoiExtendInfo `json:"data"` TraceId string `json:"traceId"` }
func (*GetPoiExtendInfoResponse) IsSuccess ¶
func (response *GetPoiExtendInfoResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.