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