pddddkcashgiftdataquery

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CashgiftDataResponse

type CashgiftDataResponse struct {
	AvailableBalance int64  `json:"available_balance"`
	List             []List `json:"list"`
	Total            int64  `json:"total"`
}

type GoodsInfoList

type GoodsInfoList struct {
	CouponDiscount int64  `json:"coupon_discount"`
	GoodsName      string `json:"goods_name"`
	GoodsPrice     int64  `json:"goods_price"`
	GoodsSign      string `json:"goods_sign"`
	Rate           int64  `json:"rate"`
}

type List

type List struct {
	Amount             int64           `json:"amount"`
	CashGiftID         int64           `json:"cash_gift_id"`
	CashGiftName       string          `json:"cash_gift_name"`
	CouponAmount       int64           `json:"couponAmount"`
	FetchAmount        int64           `json:"fetch_amount"`
	FetchQuantity      int64           `json:"fetch_quantity"`
	GoodsInfoList      []GoodsInfoList `json:"goods_info_list"`
	OrderCouponAmount  int64           `json:"order_coupon_amount"`
	OrderGmv           int64           `json:"order_gmv"`
	OrderQuantity      int64           `json:"order_quantity"`
	PrePromotionAmount int64           `json:"pre_promotion_amount"`
	Quantity           int64           `json:"quantity"`
	RefundAmount       int64           `json:"refund_amount"`
	RefundQuantity     int64           `json:"refund_quantity"`
	Status             int64           `json:"status"`
}

type Response

type Response struct {
	response.TopResponse
	CashgiftDataResponse CashgiftDataResponse `json:"cashgift_data_response"`
}

Response pdd.ddk.cashgift.data.query查询多多礼金效果数据

func (*Response) WrapResult

func (t *Response) WrapResult(result string)

WrapResult 解析输出结果

Jump to

Keyboard shortcuts

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