couponquerysetmeallist

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 CouponQuerySetMealListRequest

type CouponQuerySetMealListRequest struct {
	/**
	 *  套餐状态,可选的值为: 状态值 套餐状态dealStatus含义 -1 全部状态(含以下所有) 0 结束售卖 1 正在售卖 2 隐藏单,前台通过POI列表及deal列表都不可见,但是通过收藏或url可以直接访问并购买 4 未开始售卖 5 不可购买
	 */
	DealStatus int32 `json:"dealStatus"`
}

func (*CouponQuerySetMealListRequest) DoInvoke

type CouponQuerySetMealListResponse

type CouponQuerySetMealListResponse struct {
	Code    string     `json:"code"`
	Msg     string     `json:"msg"`
	Data    []DealInfo `json:"data"`
	TraceId string     `json:"traceId"`
}

func (*CouponQuerySetMealListResponse) IsSuccess

func (response *CouponQuerySetMealListResponse) IsSuccess() bool

type DealInfo

type DealInfo struct {
	/**
	 * 项目结束时间戳,单位是秒
	 */
	DealEndTime int64 `json:"dealEndTime"`
	/**
	 * 项目ID
	 */
	DealId int32 `json:"dealId"`
	/**
	 * 市场价格
	 */
	DealValue float64 `json:"dealValue"`
	/**
	 * 项目名称
	 */
	DealTitle string `json:"dealTitle"`
	/**
	 * 请求的套餐状态
	 */
	DealStatus int32 `json:"dealStatus"`
	/**
	 * 项目开始时间戳,单位是秒
	 */
	BeginTime int64 `json:"beginTime"`
	/**
	 * 售卖价格
	 */
	DealPrice float64 `json:"dealPrice"`
	/**
	 * json字符串数组
	 */
	DealMenu string `json:"dealMenu"`
	/**
	 * 是否是代金券,true为代金券,false为套餐
	 */
	IsVoucher bool `json:"isVoucher"`
	/**
	 * C端项目名称
	 */
	PlatformDealTitle string `json:"platformDealTitle"`
}

Jump to

Keyboard shortcuts

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