nft持有查询定时任务
This commit is contained in:
@@ -18,8 +18,15 @@ type Config struct {
|
||||
AccessSecret string
|
||||
AccessExpire time.Duration `json:",default=168h"`
|
||||
}
|
||||
Earn earn.Config
|
||||
DailyPay DailyPay
|
||||
Earn earn.Config
|
||||
DailyPay DailyPay
|
||||
EarnCorn Cron `json:",optional"`
|
||||
PledgeCron Cron `json:",optional"`
|
||||
}
|
||||
|
||||
type Cron struct {
|
||||
Spec string
|
||||
RunOnStart bool `json:",optional"`
|
||||
}
|
||||
|
||||
type DailyPay struct {
|
||||
|
||||
Reference in New Issue
Block a user