Browse Source

修改云存播放列表

peng 2 years ago
parent
commit
2bd597db59
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Controller/CloudStorage.py

+ 2 - 2
Controller/CloudStorage.py

@@ -478,8 +478,8 @@ class CloudStorageView(View):
                 "dvQsModelOverTime": device_info_qs_time_over,
             })
 
-        # if device_info_qs[0]['vodPrimaryUserID'] != user_id:
-        #     return response.json(10034)
+        if device_info_qs[0]['vodPrimaryUserID'] != user_id:
+            return response.json(10034)
         now_time = int(time.time())
         uid_bucket_qs = UID_Bucket.objects.filter(uid=uid, endTime__gte=now_time, channel=channel).values(
             'bucket_id').order_by('addTime')