Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderControl ¶
type OrderControl struct{}
func (OrderControl) CheckPay ¶
func (OrderControl) CheckPay(c *gin.Context)
func (OrderControl) List ¶
func (OrderControl) List(c *gin.Context)
func (OrderControl) Update ¶
func (OrderControl) Update(c *gin.Context)
type PaymentControl ¶
type PaymentControl struct { }
func (PaymentControl) CheckPay ¶
func (PaymentControl) CheckPay(c *gin.Context)
type WalletControl ¶
type WalletControl struct { }
func (WalletControl) ApplyCash ¶
func (WalletControl) ApplyCash(c *gin.Context)
func (WalletControl) GetApplyCashs ¶
func (WalletControl) GetApplyCashs(c *gin.Context)
func (WalletControl) GetBankCode ¶
func (WalletControl) GetBankCode(c *gin.Context)
func (WalletControl) GetTransactions ¶
func (WalletControl) GetTransactions(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.