wmoperorderqueryorders

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 WmoperOrderQueryOrdersData

type WmoperOrderQueryOrdersData struct {
	/**
	 * 是否还有数据
	 */
	HasMore bool `json:"hasMore"`
	/**
	 * 订单ID列表
	 */
	OrderIds []int64 `json:"orderIds"`
}

type WmoperOrderQueryOrdersRequest

type WmoperOrderQueryOrdersRequest struct {
	/**
	 *  日期格式,yyyy-MM-dd
	 */
	Date string `json:"date"`
	/**
	 *  订单状态 -1代表全部 2代表新订单 4 代表已确认订单 8订单完成 9 订单取消
	 */
	OrderStatus int32 `json:"orderStatus"`
	/**
	 *  页码
	 */
	PageNo int32 `json:"pageNo"`
	/**
	 *  分页条数 ,最大20
	 */
	PageSize string `json:"pageSize"`
}

func (*WmoperOrderQueryOrdersRequest) DoInvoke

type WmoperOrderQueryOrdersResponse

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

func (*WmoperOrderQueryOrdersResponse) IsSuccess

func (response *WmoperOrderQueryOrdersResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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