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