소스 검색

获取设备上传数据demo

peng 1 년 전
부모
커밋
77367d990b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Controller/TestApi.py

+ 1 - 1
Controller/TestApi.py

@@ -1205,7 +1205,7 @@ class testView(View):
     @staticmethod
     def generic_report_push(request_dict, response):
         try:
-            logging.info('设备上传数据:{}'.format(request_dict))
+            LOGGER.info('设备上传数据:{}'.format(request_dict))
             return response.json(0)
         except Exception as e:
             return response.json(500, 'error_line:{}, error_msg:{}'.format(e.__traceback__.tb_lineno, repr(e)))