@@ -25,7 +25,7 @@ namespace GxPress.Api.AppControllers
this.videoService = videoService;
}
/// <summary>
- ///
+ /// 分页
/// </summary>
/// <returns></returns>
[HttpGet]
@@ -13,6 +13,13 @@ namespace GxPress.Service.Implement.Video
{
_cache = cache;
+ /// <summary>
+ /// 工作线程
+ /// </summary>
+ /// <param name="filepath"></param>
+ /// <param name="bytsize"></param>
+ /// <param name="blength"></param>
+ /// <param name="videoName"></param>
public void RedisVideo(string filepath, byte[] bytsize, int blength, string videoName)
//创建后台工作线程