tribally report

This commit is contained in:
2025-05-06 20:36:39 +08:00
parent 95a4337ab3
commit 23576211d5
14 changed files with 409 additions and 15 deletions

View File

@@ -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: