request

package
v0.0.0-...-5c42bcd Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChatTicketSearch

type ChatTicketSearch struct {
	transaction.ChatTicket
	StartCreatedAt *time.Time `json:"startCreatedAt" form:"startCreatedAt"`
	EndCreatedAt   *time.Time `json:"endCreatedAt" form:"endCreatedAt"`
	request.PageInfo
}

type ProductSearch

type ProductSearch struct {
	transaction.Product
	StartCreatedAt *time.Time `json:"startCreatedAt" form:"startCreatedAt"`
	EndCreatedAt   *time.Time `json:"endCreatedAt" form:"endCreatedAt"`
	request.PageInfo
}

type RedeemCodeRequest

type RedeemCodeRequest struct {
	Pieces     *int  `json:"pieces" form:"pieces"`         // 多少个
	TotalCount *uint `json:"totalCount" form:"totalCount"` // 数量
	Amount     *uint `json:"amount" form:"amount"`         // 面额
	PerLimit   *uint `json:"perLimit" form:"perLimit"`     // 频次数
	Status     *uint `json:"status" form:"status"`         // 频次数
	ExpireTime int64 `json:"expireTime" form:"expireTime"` // 有效期
}

type RedeemCodeSearch

type RedeemCodeSearch struct {
	Amount         *uint      `json:"amount" form:"amount"` // 面额
	StartCreatedAt *time.Time `json:"startCreatedAt" form:"startCreatedAt"`
	EndCreatedAt   *time.Time `json:"endCreatedAt" form:"endCreatedAt"`
	request.PageInfo
}

type RedeemFishCoinRequest

type RedeemFishCoinRequest struct {
	RedeemCode string `json:"redeemCode" form:"redeemCode"` // 兑换码
}

type SubscribeRequest

type SubscribeRequest struct {
	PlanId *uint `json:"planId" form:"planId"`
}

type SubscriptionPlanSearch

type SubscriptionPlanSearch struct {
	transaction.SubscriptionPlan
	StartCreatedAt *time.Time `json:"startCreatedAt" form:"startCreatedAt"`
	EndCreatedAt   *time.Time `json:"endCreatedAt" form:"endCreatedAt"`
	request.PageInfo
}

type TransactionHistorySearch

type TransactionHistorySearch struct {
	transaction.TransactionHistory
	StartCreatedAt *time.Time `json:"startCreatedAt" form:"startCreatedAt"`
	EndCreatedAt   *time.Time `json:"endCreatedAt" form:"endCreatedAt"`
	request.PageInfo
}

type WalletsSearch

type WalletsSearch struct {
	transaction.Wallets
	StartCreatedAt *time.Time `json:"startCreatedAt" form:"startCreatedAt"`
	EndCreatedAt   *time.Time `json:"endCreatedAt" form:"endCreatedAt"`
	request.PageInfo
}

Jump to

Keyboard shortcuts

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