querycoupondetailextraresult

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 CouponUseInfoVo

type CouponUseInfoVo struct {
	/**
	 *  用户id
	 */
	UserId int64 `json:"userId"`
	/**
	 *  订单号
	 */
	OrderViewId int64 `json:"orderViewId"`
	/**
	 * 使用时间
	 */
	UsedTime int64 `json:"usedTime"`
}

type QueryCouponDetailExtraResultData

type QueryCouponDetailExtraResultData struct {
	/**
	 * 已使用券的用户列表
	 */
	Used []int64 `json:"used"`
	/**
	 * 未使用券的用户列表
	 */
	UnUsed []int64 `json:"unUsed"`
	/**
	 * 过期的券的用户列表
	 */
	Expire   []int64         `json:"expire"`
	UsedInfo CouponUseInfoVo `json:"usedInfo"`
}

type QueryCouponDetailExtraResultRequest

type QueryCouponDetailExtraResultRequest struct {
	/**
	 *  发券返回的id。 支持手机号发券生成的任务id。
	 */
	QueryId string `json:"queryId"`
}

func (*QueryCouponDetailExtraResultRequest) DoInvoke

type QueryCouponDetailExtraResultResponse

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

func (*QueryCouponDetailExtraResultResponse) IsSuccess

func (response *QueryCouponDetailExtraResultResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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