getorderbookerinformation

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 GetOrderBookerInformationRequest

type GetOrderBookerInformationRequest struct {
	/**
	 *  订单id
	 */
	OrderId int64 `json:"orderId"`
	/**
	 *  查询类型。1蛋糕品类,2其他。
	 */
	Type int32 `json:"type"`
	/**
	 *  补充原因。当type=2时为必填项
	 */
	SupplementaryReasons string `json:"supplementaryReasons"`
}

func (*GetOrderBookerInformationRequest) DoInvoke

type GetOrderBookerInformationResponse

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

func (*GetOrderBookerInformationResponse) IsSuccess

func (response *GetOrderBookerInformationResponse) IsSuccess() bool

type ResultData

type ResultData struct {
	/**
	 * 订单Id
	 */
	WmOrderId int32 `json:"wmOrderId"`
	/**
	 * 预订人手机号
	 */
	ReservationPhone string `json:"reservationPhone"`
}

Jump to

Keyboard shortcuts

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