|
@@ -1086,7 +1086,7 @@ class AiView(View):
|
|
|
# 列表装载回放时间戳标记
|
|
|
p['img_list'] = []
|
|
|
for i in range(p['is_st']):
|
|
|
- thumbspng = '{uid}/{channel}/{time}_{st}.jpeg'.format(uid=devUid, channel=p['Channel'], time=eventTime, st=i)
|
|
|
+ thumbspng = '{uid}/{channel}/{time}_{st}.jpg'.format(uid=devUid, channel=p['Channel'], time=eventTime, st=i)
|
|
|
response_url = aws_s3_client.generate_presigned_url('get_object',
|
|
|
ExpiresIn=300,
|
|
|
Params={
|