chenjunkai 6 năm trước cách đây
mục cha
commit
905e42884a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Controller/CloudVod.py

+ 1 - 0
Controller/CloudVod.py

@@ -585,6 +585,7 @@ class CloudVodView(View):
             'arn': token['AssumedRoleUser']['Arn'],
             'arn': token['AssumedRoleUser']['Arn'],
             'code': 0,
             'code': 0,
             'storage': storage,
             'storage': storage,
+            'endTime':ubqs[0]['endTime'],
             'ip': ip}
             'ip': ip}
         if oc_qs.exists():
         if oc_qs.exists():
             oc_qs.update(data=json.dumps(res), addTime=now_time)
             oc_qs.update(data=json.dumps(res), addTime=now_time)