queryzbcanceldeliveryreason

package
v0.0.0-...-905ac7b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type QueryZbCancelDeliveryReasonData

type QueryZbCancelDeliveryReasonData struct {
	/**
	 * 状态码
	 */
	Code string `json:"code"`
	/**
	 * 配送状态
	 */
	DeliveryStatus int32 `json:"deliveryStatus"`
	/**
	 * 消息
	 */
	Msg string `json:"msg"`
	/**
	 * 原因列表
	 */
	ReasonList []ReasonList `json:"reasonList"`
	/**
	 * 返回原因标题
	 */
	Title string `json:"title"`
}

type QueryZbCancelDeliveryReasonRequest

type QueryZbCancelDeliveryReasonRequest struct {
	/**
	 *  订单号
	 */
	OrderId string `json:"orderId"`
}

func (*QueryZbCancelDeliveryReasonRequest) DoInvoke

type QueryZbCancelDeliveryReasonResponse

type QueryZbCancelDeliveryReasonResponse struct {
	Code    string                          `json:"code"`
	Msg     string                          `json:"msg"`
	Data    QueryZbCancelDeliveryReasonData `json:"data"`
	TraceId string                          `json:"traceId"`
}

func (*QueryZbCancelDeliveryReasonResponse) IsSuccess

func (response *QueryZbCancelDeliveryReasonResponse) IsSuccess() bool

type ReasonList

type ReasonList struct {
	/**
	 * 原因代码
	 */
	Code int32 `json:"code"`
	/**
	 * 具体原因
	 */
	Content string `json:"content"`
	/**
	 * 预取消code
	 */
	PreCancelCode string `json:"preCancelCode"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL