浏览代码

vsees云存

peng 10 月之前
父节点
当前提交
5ca8e6c34c
共有 1 个文件被更改,包括 1 次插入0 次删除
  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')