lang 4 роки тому
батько
коміт
001030ca48
1 змінених файлів з 3 додано та 1 видалено
  1. 3 1
      Controller/CloudStorage.py

+ 3 - 1
Controller/CloudStorage.py

@@ -498,7 +498,8 @@ class CloudStorageView(View):
                             channel=channel,
                             time=storeTime,
                             endTime=end_time,
-                            bucket_id=bucket_id
+                            bucket_id=bucket_id,
+                            sec=sec,
                         )
                         res = {'code': 0, 'msg': '存储成功'}
                         return HttpResponse(json.dumps(res, ensure_ascii=False),
@@ -518,6 +519,7 @@ class CloudStorageView(View):
                             endTime=end_time,
                             bucket_id=bucket_id,
                             fg=fg,
+                            sec=sec,
                         )
                         res = {'code': 0, 'msg': '存储成功'}
                         return HttpResponse(json.dumps(res, ensure_ascii=False),