getordermealstatus

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 GetOrderMealStatusRequest

type GetOrderMealStatusRequest struct {
	OrderTimeStart int32 `json:"orderTimeStart"`
	OrderTimeEnd   int32 `json:"orderTimeEnd"`
	/**
	 *  页数
	 */
	PageNum int32 `json:"pageNum"`
	/**
	 *  每页数量
	 */
	PageSize int32 `json:"pageSize"`
}

func (*GetOrderMealStatusRequest) DoInvoke

type GetOrderMealStatusResponse

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

func (*GetOrderMealStatusResponse) IsSuccess

func (response *GetOrderMealStatusResponse) IsSuccess() bool

type OrderFoodDoneAssessments

type OrderFoodDoneAssessments struct {
	/**
	 * 订单Id
	 */
	OrderId int64 `json:"order_id"`
	/**
	 * 出餐超时原因:1-未上报出餐 2-上报出餐行为被判定虚假 3-上报出餐且行为真实,但未在考核时间内上报 4-豁免
	 */
	Status int32 `json:"status"`
}

type ResultData

type ResultData struct {
	/**
	 * 结果数量
	 */
	Total int32 `json:"total"`
	/**
	 * 出餐超时订单明细
	 */
	OrderFoodDoneAssessments []OrderFoodDoneAssessments `json:"orderFoodDoneAssessments"`
}

Jump to

Keyboard shortcuts

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