|
@@ -1430,9 +1430,6 @@ class CloudStorageView(View):
|
|
|
if not all([uid, channel, pay_type, rank]):
|
|
|
return response.json(444)
|
|
|
pay_type = int(pay_type)
|
|
|
- icloud_use_qs = IcloudUseDetails.objects.filter(user_id=user_id)
|
|
|
- if not icloud_use_qs.exists():
|
|
|
- return response.json(911)
|
|
|
device_info_qs = Device_Info.objects.filter(userID_id=user_id, UID=uid, isShare=False, isExist=1).values(
|
|
|
'vodPrimaryUserID',
|
|
|
'vodPrimaryMaster')
|