文件名长度还是不能太长。。

This commit is contained in:
jianzhichu
2025-12-04 00:10:34 +08:00
parent 25e2a22dd2
commit 29d34201bd
4 changed files with 7 additions and 5 deletions
+2
View File
@@ -229,6 +229,8 @@ namespace dy.net.Controllers
{
//加入删除逻辑
await douyinCommonService.AddDeleteVideo(new DouyinVideoDelete { ViedoId = video.AwemeId });
Serilog.Log.Debug($"前面的日志,你错了,这条视频是永久删除..哈哈--{video.VideoTitle}");
return Ok(new { code = 0, data = true });
}
else