diff --git a/VideoAnalysisCore/AICore/GPT/GPTClient.cs b/VideoAnalysisCore/AICore/GPT/GPTClient.cs index 854d7bb..6e32dd5 100644 --- a/VideoAnalysisCore/AICore/GPT/GPTClient.cs +++ b/VideoAnalysisCore/AICore/GPT/GPTClient.cs @@ -230,7 +230,7 @@ namespace VideoAnalysisCore.AICore.GPT } } await _workflowManager.AddTaskLog(chatRep.taskId, $"==>GPT请求失败次数过多!!!"); - throw new Exception(DateTime.Now + "==>GPT请求失败次数过多!!!"); + throw new Exception("==>GPT请求失败次数过多!!!"); } public async Task PostJsonStreamAsync( diff --git a/VideoAnalysisCore/Controllers/Dto/ApiDto.cs b/VideoAnalysisCore/Controllers/Dto/ApiDto.cs index de2fa4c..4777035 100644 --- a/VideoAnalysisCore/Controllers/Dto/ApiDto.cs +++ b/VideoAnalysisCore/Controllers/Dto/ApiDto.cs @@ -447,6 +447,10 @@ namespace VideoAnalysisCore.Controllers.Dto /// 课程阶段 /// public virtual string? Stage { get; set; } + /// + /// 视频id + /// + public virtual string? VideoCode { get; set; } public virtual string? CourseLevel { get; set; } /// /// 视频所属云校ID diff --git a/VideoAnalysisCore/Controllers/LJZK_Controller.cs b/VideoAnalysisCore/Controllers/LJZK_Controller.cs index 0a6a329..2f1caef 100644 --- a/VideoAnalysisCore/Controllers/LJZK_Controller.cs +++ b/VideoAnalysisCore/Controllers/LJZK_Controller.cs @@ -361,6 +361,7 @@ namespace VideoAnalysisCore.Controllers EndTime = s.EndTime, Theme = s.Theme, CloudSchoolId = s.CloudSchoolId, + VideoCode = s.TagId, Stage = s.Stage.ToString(), CourseLevel = ((°®Ñ§µû±ä²ã´ÎEnum)(int)(s.CourseLevel ??CourselevelTypeEnum.ÎÞ²ã´Î)).ToString(), GradeId = s.GradeId.ToString(),