Browse Source

vsees云存

peng 10 months ago
parent
commit
5ca8e6c34c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Controller/CloudStorage.py

+ 1 - 0
Controller/CloudStorage.py

@@ -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')