couponquerylocallistbydate

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 CouponQueryLocalListByDateData

type CouponQueryLocalListByDateData struct {
	/**
	 * ERP订单数组
	 */
	EOrders []EOrders `json:"eOrders"`
	/**
	 * ERP订单条数总数
	 */
	Total int32 `json:"total"`
}

type CouponQueryLocalListByDateRequest

type CouponQueryLocalListByDateRequest struct {
	/**
	 *  日期
	 */
	Date string `json:"date"`
	/**
	 *  查询起始位置,从0开始,最大不超过999
	 */
	Offset int32 `json:"offset"`
	/**
	 *  查询条数,最大不超过999
	 */
	Limit int32 `json:"limit"`
}

func (*CouponQueryLocalListByDateRequest) DoInvoke

type CouponQueryLocalListByDateResponse

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

func (*CouponQueryLocalListByDateResponse) IsSuccess

func (response *CouponQueryLocalListByDateResponse) IsSuccess() bool

type EOrders

type EOrders struct {
	/**
	 * couponCodes中券码个数
	 */
	Count string `json:"count"`
	/**
	 * 券码数组
	 */
	CouponCodes []int64 `json:"couponCodes"`
	/**
	 * 验券时间
	 */
	CouponUseTime string `json:"couponUseTime"`
	/**
	 * 项目名称
	 */
	DealTitle string `json:"dealTitle"`
	/**
	 * 第三方ERP订单号
	 */
	EOrderId    string `json:"eOrderId"`
	IsVerifyPay int64  `json:"isVerifyPay"`
}

Jump to

Keyboard shortcuts

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