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 QueryZbCancelDeliveryReasonRequest

type QueryZbCancelDeliveryReasonRequest struct {
	/**
	 *  外卖订单id
	 */
	OrderId int64 `json:"orderId"`
}

func (*QueryZbCancelDeliveryReasonRequest) DoInvoke

type QueryZbCancelDeliveryReasonResponse

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

func (*QueryZbCancelDeliveryReasonResponse) IsSuccess

func (response *QueryZbCancelDeliveryReasonResponse) IsSuccess() bool

type Reason

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

type Reasonlist

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

Jump to

Keyboard shortcuts

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