|
@@ -43,7 +43,7 @@ func main() {
|
|
entity.InitConfig(c.ExportDirectory, c.ComFileDir, c.UpdateProjectUrl, c.ExportUrl, c.ComFileUrl, c.ExportCount)
|
|
entity.InitConfig(c.ExportDirectory, c.ComFileDir, c.UpdateProjectUrl, c.ExportUrl, c.ComFileUrl, c.ExportCount)
|
|
//合力亿捷
|
|
//合力亿捷
|
|
entity.GetHlyj(c.Hlyj.Appid, c.Hlyj.Account, c.Hlyj.Secret, c.Hlyj.TokenUrl, c.Hlyj.CallUrl, c.Hlyj.Integratedid, c.Hlyj.CallFlag)
|
|
entity.GetHlyj(c.Hlyj.Appid, c.Hlyj.Account, c.Hlyj.Secret, c.Hlyj.TokenUrl, c.Hlyj.CallUrl, c.Hlyj.Integratedid, c.Hlyj.CallFlag)
|
|
- //entity.InitMiddleground(c.RpcServerConf.Etcd.Hosts, c.ResourceCenterKey)
|
|
|
|
|
|
+ entity.InitMiddleground(c.RpcServerConf.Etcd.Hosts, c.ResourceCenterKey)
|
|
|
|
|
|
entity.FileCenterRpc = filecenter.NewFileCenter(zrpc.MustNewClient(c.FileCenterRpc))
|
|
entity.FileCenterRpc = filecenter.NewFileCenter(zrpc.MustNewClient(c.FileCenterRpc))
|
|
entity.OssBucketName = c.OssBucketName
|
|
entity.OssBucketName = c.OssBucketName
|