Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderQueryZbShippingFeeRequest ¶
type OrderQueryZbShippingFeeRequest struct { /** * 订单号,多个订单号逗号隔开 */ OrderIds string `json:"orderIds"` }
func (*OrderQueryZbShippingFeeRequest) DoInvoke ¶
func (req *OrderQueryZbShippingFeeRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*OrderQueryZbShippingFeeResponse, error)
type OrderQueryZbShippingFeeResponse ¶
type OrderQueryZbShippingFeeResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data []ZbShippingFeeInfo `json:"data"` TraceId string `json:"traceId"` }
func (*OrderQueryZbShippingFeeResponse) IsSuccess ¶
func (response *OrderQueryZbShippingFeeResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.