Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderGetRealRecipientAddressRequest ¶
type OrderGetRealRecipientAddressRequest struct { /** * 订单ID */ OrderId int64 `json:"orderId"` /** * 查询原因类型枚举值: 1:商家自有运力。 2:美团运力转商家自有运力。 0:其他。 */ QueryReasonType int32 `json:"queryReasonType"` /** * 查询原因补充说明: 当【查询原因类型=其他】时,必须填写原因, 即query_reason_type=0时,必填。 */ AddOtherReason string `json:"addOtherReason"` }
func (*OrderGetRealRecipientAddressRequest) DoInvoke ¶
func (req *OrderGetRealRecipientAddressRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*OrderGetRealRecipientAddressResponse, error)
type OrderGetRealRecipientAddressResponse ¶
type OrderGetRealRecipientAddressResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data OrderGetRealRecipientAddressData `json:"data"` TraceId string `json:"traceId"` }
func (*OrderGetRealRecipientAddressResponse) IsSuccess ¶
func (response *OrderGetRealRecipientAddressResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.