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