完成合集、短剧
This commit is contained in:
+1
-2
@@ -220,12 +220,11 @@ namespace dy.net
|
||||
commonService.UpdateAllCookieSyncedToZero();
|
||||
// 初始化配置
|
||||
var config = commonService.InitConfig();
|
||||
if (!isDevelopment)
|
||||
//if (!isDevelopment)
|
||||
{
|
||||
// 启动定时任务
|
||||
var quartzJobService = services.GetRequiredService<DouyinQuartzJobService>();
|
||||
quartzJobService.InitOrReStartAllJobs(config?.Cron <= 0 ? "30" : config.Cron.ToString());
|
||||
DouyinHttpHelper.GetTenImage(Appsettings.Get("tagName"));//查询镜像版本
|
||||
}
|
||||
// 初始化Cookie
|
||||
var deploy= Appsettings.Get("deploy");
|
||||
|
||||
Reference in New Issue
Block a user