Browse Source

修复图片获取不到问题

peng 2 years ago
parent
commit
6b97418d84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Controller/IcloudService/IcloudService.py

+ 1 - 1
Controller/IcloudService/IcloudService.py

@@ -463,7 +463,7 @@ class IcloudServiceView(View):
                     res_data['thumb'] = response_url
                     res_data['thumb'] = response_url
                     icloud_list.append(res_data)
                     icloud_list.append(res_data)
                 elif file_type == 1:  # ts文件,返回播放地址
                 elif file_type == 1:  # ts文件,返回播放地址
-                    thumbs_png = '{user_id}/image_file/{uid}/channel{channel}/{time}/{time}.jpeg'.format(
+                    thumbs_png = '{user_id}/ts_file/{uid}/channel{channel}/{time}/Thumb.jpeg'.format(
                         user_id=user_id,
                         user_id=user_id,
                         uid=uid,
                         uid=uid,
                         channel=channel,
                         channel=channel,