Documentation ¶
Index ¶
- type BatchInsertOrUpdateRuleRequest
- func (req *BatchInsertOrUpdateRuleRequest) GetCreateTime() string
- func (req *BatchInsertOrUpdateRuleRequest) GetModifyTime() string
- func (req *BatchInsertOrUpdateRuleRequest) GetMultiple() float64
- func (req *BatchInsertOrUpdateRuleRequest) SetCreateTime(createTime string)
- func (req *BatchInsertOrUpdateRuleRequest) SetModifyTime(modifyTime string)
- func (req *BatchInsertOrUpdateRuleRequest) SetMultiple(multiple float64)
- type GetCouponInfoRequest
- type GetPointsExchangeGiftListRequest
- type GetPointsRuleRequest
- type QueryGiftSkuByExchangeGiftIdRequest
- type SendPointsRequest
- func (req *SendPointsRequest) GetBusinessId() string
- func (req *SendPointsRequest) GetPin() string
- func (req *SendPointsRequest) GetPoints() int64
- func (req *SendPointsRequest) GetSourceType() uint8
- func (req *SendPointsRequest) SetBusinessId(businessId string)
- func (req *SendPointsRequest) SetPin(pin string)
- func (req *SendPointsRequest) SetPoints(points int64)
- func (req *SendPointsRequest) SetSourceType(sourceType uint8)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchInsertOrUpdateRuleRequest ¶
func NewBatchInsertOrUpdateRuleRequest ¶
func NewBatchInsertOrUpdateRuleRequest() (req *BatchInsertOrUpdateRuleRequest)
func (*BatchInsertOrUpdateRuleRequest) GetCreateTime ¶
func (req *BatchInsertOrUpdateRuleRequest) GetCreateTime() string
func (*BatchInsertOrUpdateRuleRequest) GetModifyTime ¶
func (req *BatchInsertOrUpdateRuleRequest) GetModifyTime() string
func (*BatchInsertOrUpdateRuleRequest) GetMultiple ¶
func (req *BatchInsertOrUpdateRuleRequest) GetMultiple() float64
func (*BatchInsertOrUpdateRuleRequest) SetCreateTime ¶
func (req *BatchInsertOrUpdateRuleRequest) SetCreateTime(createTime string)
func (*BatchInsertOrUpdateRuleRequest) SetModifyTime ¶
func (req *BatchInsertOrUpdateRuleRequest) SetModifyTime(modifyTime string)
func (*BatchInsertOrUpdateRuleRequest) SetMultiple ¶
func (req *BatchInsertOrUpdateRuleRequest) SetMultiple(multiple float64)
type GetCouponInfoRequest ¶
func NewGetCouponInfoRequest ¶
func NewGetCouponInfoRequest() (req *GetCouponInfoRequest)
type GetPointsExchangeGiftListRequest ¶
func NewGetPointsExchangeGiftListRequest ¶
func NewGetPointsExchangeGiftListRequest() (req *GetPointsExchangeGiftListRequest)
type GetPointsRuleRequest ¶
func NewGetPointsRuleRequest ¶
func NewGetPointsRuleRequest() (req *GetPointsRuleRequest)
create new request
type QueryGiftSkuByExchangeGiftIdRequest ¶
func NewQueryGiftSkuByExchangeGiftIdRequest ¶
func NewQueryGiftSkuByExchangeGiftIdRequest() (req *QueryGiftSkuByExchangeGiftIdRequest)
func (*QueryGiftSkuByExchangeGiftIdRequest) GetGiftId ¶
func (req *QueryGiftSkuByExchangeGiftIdRequest) GetGiftId() uint64
func (*QueryGiftSkuByExchangeGiftIdRequest) SetGiftId ¶
func (req *QueryGiftSkuByExchangeGiftIdRequest) SetGiftId(giftId uint64)
type SendPointsRequest ¶
func NewSendPointsRequest ¶
func NewSendPointsRequest() (req *SendPointsRequest)
func (*SendPointsRequest) GetBusinessId ¶
func (req *SendPointsRequest) GetBusinessId() string
func (*SendPointsRequest) GetPin ¶
func (req *SendPointsRequest) GetPin() string
func (*SendPointsRequest) GetPoints ¶
func (req *SendPointsRequest) GetPoints() int64
func (*SendPointsRequest) GetSourceType ¶
func (req *SendPointsRequest) GetSourceType() uint8
func (*SendPointsRequest) SetBusinessId ¶
func (req *SendPointsRequest) SetBusinessId(businessId string)
func (*SendPointsRequest) SetPin ¶
func (req *SendPointsRequest) SetPin(pin string)
func (*SendPointsRequest) SetPoints ¶
func (req *SendPointsRequest) SetPoints(points int64)
func (*SendPointsRequest) SetSourceType ¶
func (req *SendPointsRequest) SetSourceType(sourceType uint8)
Click to show internal directories.
Click to hide internal directories.