李昊 4 anos atrás
pai
commit
1526474c1f

+ 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)
         {