wmoperngorderlist

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 Data

type Data struct {
	HashMore bool    `json:"hashMore"`
	OrderIds []int64 `json:"orderIds"`
}

type WmoperngOrderListRequest

type WmoperngOrderListRequest struct {
	/**
	 *  日期不包含时分秒,格式为yyyyMMdd
	 */
	DayInt int32 `json:"dayInt"`
	/**
	 *  订单状态 -1代表全部 2代表新订单 4 代表已确认订单 8订单完成 9 订单取消
	 */
	OrderStatus int32 `json:"orderStatus"`
	/**
	 *  页码
	 */
	PageNo int32 `json:"pageNo"`
	/**
	 *  分页条数 ,最大20
	 */
	PageSize int32 `json:"pageSize"`
}

func (*WmoperngOrderListRequest) DoInvoke

func (req *WmoperngOrderListRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*WmoperngOrderListResponse, error)

type WmoperngOrderListResponse

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

func (*WmoperngOrderListResponse) IsSuccess

func (response *WmoperngOrderListResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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