Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderDispatchShipRequest ¶
type OrderDispatchShipRequest struct { /** * 订单号 */ OrderId int64 `json:"orderId"` }
func (*OrderDispatchShipRequest) DoInvoke ¶
func (req *OrderDispatchShipRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*OrderDispatchShipResponse, error)
type OrderDispatchShipResponse ¶
type OrderDispatchShipResponse struct { Code string `json:"code"` Msg string `json:"msg"` /** * 操作结果 */ Data string `json:"data"` TraceId string `json:"traceId"` }
func (*OrderDispatchShipResponse) IsSuccess ¶
func (response *OrderDispatchShipResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.