同步音频和图片
This commit is contained in:
3
main.go
3
main.go
@@ -3,6 +3,7 @@ package main
|
||||
import (
|
||||
"dataengine/controller/copydata"
|
||||
"dataengine/controller/dict"
|
||||
"dataengine/controller/tencent"
|
||||
|
||||
"gitea.com/red-future/common/http"
|
||||
"gitea.com/red-future/common/jaeger"
|
||||
@@ -29,6 +30,8 @@ func main() {
|
||||
copydata.CreativeReport,
|
||||
copydata.UnitReport,
|
||||
copydata.CampaignReport,
|
||||
// 腾讯广告OAuth
|
||||
tencent.OauthController,
|
||||
})
|
||||
select {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user