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