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