tribally report
This commit is contained in:
@@ -14,6 +14,7 @@ const (
|
||||
AdminSecret = "admin_secret"
|
||||
NftHolderApiConf = "nft_holder_api_conf"
|
||||
TriballyApiKey = "tribally_api_key"
|
||||
TriballyReportTime = "tribally_report_time"
|
||||
)
|
||||
|
||||
type AssetType string
|
||||
@@ -32,10 +33,6 @@ const (
|
||||
RewardCastile = 2 // 代币
|
||||
)
|
||||
|
||||
const (
|
||||
FORMATDATETIME = "2006-01-02 15:04:05" // 日期时间
|
||||
)
|
||||
|
||||
func GetAssetType(rewardType int8) AssetType {
|
||||
switch rewardType {
|
||||
case RewardTypePoints:
|
||||
|
||||
Reference in New Issue
Block a user