svcbase

package
v1.1.6 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2024 License: BSD-3-Clause Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ImpBase

func ImpBase() base

func ImpBetK3

func ImpBetK3() betK3

func ImpChatGroup

func ImpChatGroup() chatGroup

func ImpGroupAdmin

func ImpGroupAdmin() groupAdmin

func ImpGroupUser

func ImpGroupUser() groupUser

func ImpOpenK3

func ImpOpenK3() openK3

func ImpPayOpenApi added in v1.0.7

func ImpPayOpenApi() payOpenApi

func ImpRole

func ImpRole() role

func ImpUser added in v1.0.7

func ImpUser() user

func ImpUserMoneyRec

func ImpUserMoneyRec() userMoneyRec

Types

type AddrInfo added in v1.0.7

type AddrInfo struct {
	Symbol  string `json:"symbol"`
	Address string `json:"address"`
}

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"`
}

Jump to

Keyboard shortcuts

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