李昊 4 年 前
コミット
1526474c1f
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      gx_api/GxPress/Api/GxPress.Api/WebControllers/WebMediaController.cs

+ 1 - 1
gx_api/GxPress/Api/GxPress.Api/WebControllers/WebMediaController.cs

@@ -137,7 +137,7 @@ namespace GxPress.Api.WebControllers
         /// 分页视频流
         /// </summary>
         /// <returns></returns>
-        [HttpHead("{id}")]
+        [HttpHead("header/{id}")]
         [AllowAnonymous]
         public async Task<IActionResult> GetVideoInfo(int id)
         {