Procházet zdrojové kódy

云存上传秒数处理

peng před 2 roky
rodič
revize
459ae68891
2 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 1 0
      Controller/CloudStorage.py
  2. 1 0
      Controller/CloudVod.py

+ 1 - 0
Controller/CloudStorage.py

@@ -564,6 +564,7 @@ class CloudStorageView(View):
         if not uidToken or not storeTime or not sec:
             return response.json(0)
         pass
+        sec = int(sec)
         UID = utko.UID
         channel = utko.channel
         print('UID:')

+ 1 - 0
Controller/CloudVod.py

@@ -620,6 +620,7 @@ class CloudVodView(View):
             return response.json(444, 'uidToken')
         if not uidToken or not storeTime or not sec:
             return response.json(444, 'uidToken,time,sec')
+        sec = int(sec)
         UID = utko.UID
         channel = utko.channel
         print(channel)