couponquerydealattr

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 AttrInfoList

type AttrInfoList struct {
	/**
	 * attrId
	 */
	AttrId int32 `json:"attrId"`
	/**
	 * 拓展属性的值(由团购侧接口返回,不作处理)
	 */
	Value string `json:"value"`
}

type CouponQueryDealAttrData

type CouponQueryDealAttrData struct {
	DealInfoList []DealInfoList `json:"dealInfoList"`
}

type CouponQueryDealAttrRequest

type CouponQueryDealAttrRequest struct {
	/**
	 *  项目id列表,不超过50个,英文逗号隔开【,】。
	 */
	DealIds string `json:"dealIds"`
}

func (*CouponQueryDealAttrRequest) DoInvoke

type CouponQueryDealAttrResponse

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

func (*CouponQueryDealAttrResponse) IsSuccess

func (response *CouponQueryDealAttrResponse) IsSuccess() bool

type DealInfoList

type DealInfoList struct {
	/**
	 * 当前dealId对应的attrId以及属性值
	 */
	AttrInfoList []AttrInfoList `json:"attrInfoList"`
	/**
	 * dealId
	 */
	DealId int32 `json:"dealId"`
}

Jump to

Keyboard shortcuts

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