ffmpeg fpk打包时路径修改

This commit is contained in:
jianzhichu
2026-01-01 23:55:59 +08:00
parent 66718ff478
commit e8852868cd
6 changed files with 32 additions and 11 deletions
+8 -1
View File
@@ -66,7 +66,14 @@ namespace dy.net.extension
if (!string.IsNullOrEmpty(dbPath))
{
fileFloder= Path.Combine(dbPath, "db");
Serilog.Log.Debug($"fn--dbpath{dbPath}");
}
else
{
if (Appsettings.Get("deploy") == "fn")
{
Log.Error($"fn--dbpath,未正常获取到,请进Q群联系作者 759876963");
throw new Exception("fn--dbpath,未正常获取到,请进Q群联系作者 759876963");
}
}
if (!Directory.Exists(fileFloder))