李昊 4 年 前
コミット
aeccc3564a
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      gx_api/GxPress/Service/GxPress.Service.Implement/AppHomePage/AppHomePageService.cs

+ 1 - 0
gx_api/GxPress/Service/GxPress.Service.Implement/AppHomePage/AppHomePageService.cs

@@ -212,6 +212,7 @@ namespace GxPress.Service.Implement.AppHomePage
             foreach (var item in result.Items)
             {
                 item.ImageUrls = Common.Tools.StringUtils.AddDomain(item.ImageUrls);
+                item.Duration="02:19:30";
             }
             result.Total = await mediaRepository.GetMediasByTeacherCountAsync(request);
             return result;