Documentation
¶
Index ¶
- func ImpBase() base
- func ImpBetK3() betK3
- func ImpChatGroup() chatGroup
- func ImpGroupAdmin() groupAdmin
- func ImpGroupUser() groupUser
- func ImpOpenK3() openK3
- func ImpPayOpenApi() payOpenApi
- func ImpRole() role
- func ImpUser() user
- func ImpUserMoneyRec() userMoneyRec
- type AddrInfo
- type OrderWithdrawCbReq
- type PendingPay
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ImpChatGroup ¶
func ImpChatGroup() chatGroup
func ImpGroupAdmin ¶
func ImpGroupAdmin() groupAdmin
func ImpGroupUser ¶
func ImpGroupUser() groupUser
func ImpPayOpenApi ¶ added in v1.0.7
func ImpPayOpenApi() payOpenApi
func ImpUserMoneyRec ¶
func ImpUserMoneyRec() userMoneyRec
Types ¶
type OrderWithdrawCbReq ¶ added in v1.1.2
type OrderWithdrawCbReq struct { WithdrawID int64 `json:"withdraw_id,omitempty"` //提现ID》0 ,则说明是提现成功的回调 WithdrawError string `json:"withdraw_error,omitempty"` //当提现错误时,附带的提现错误信息 TxID string `json:"tx_id,omitempty"` Symbol string `json:"symbol,omitempty"` FromAddr string `json:"from_addr,omitempty"` ToAddr string `json:"to_addr,omitempty"` ChainTime int64 `json:"chain_time,omitempty"` Amount float64 `json:"amount,omitempty"` }
type PendingPay ¶ added in v1.1.2
type PendingPay struct {
WithdrawId int64 `json:"withdraw_id"`
}
Click to show internal directories.
Click to hide internal directories.