完善任务接口逻辑以及Eran事件上报接入
This commit is contained in:
@@ -5,6 +5,8 @@ import (
|
||||
"github.com/zeromicro/go-zero/core/stores/sqlx"
|
||||
"github.com/zeromicro/go-zero/rest"
|
||||
"net/url"
|
||||
"nova_task/internal/pkg/earn"
|
||||
"time"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
@@ -12,8 +14,9 @@ type Config struct {
|
||||
MySql MySqlConf
|
||||
Auth struct {
|
||||
AccessSecret string
|
||||
AccessExpire int64
|
||||
AccessExpire time.Duration
|
||||
}
|
||||
Earn earn.Config
|
||||
}
|
||||
|
||||
// MySqlConf mysql配置
|
||||
|
||||
Reference in New Issue
Block a user