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