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