chenjunkai 6 년 전
부모
커밋
decdf39697
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Controller/DetectController.py

+ 1 - 1
Controller/DetectController.py

@@ -90,7 +90,7 @@ class DetectControllerView(View):
         for p in qr:
             p['img'] = bucket.sign_url('GET',
                                        '{uid}/{channel}/{time}.jpeg'.format(uid=p['devUid'], channel=p['Channel'],
-                                                                            time=p['time']), 300)
+                                                                            time=p['eventTime']), 300)
             res.append(p)
         return response.json(0, {'datas': res, 'count': count})