1bac9311 by 冯轩

Merge branch 'feature/weixin-bs-2' into feature/uat-tmp

2 parents 7a165b3f 89c4f059
......@@ -1820,6 +1820,7 @@ class Command(BaseCommand, LoggerMixin):
else:
self.online_log.info('{0} [ocr_1 start] [img={1}] [url={2}]'.format(self.log_base, img_path, url))
ocr_1_res = ocr_1_response.json()
self.online_log.info('{0} [ocr_1 api res] [img={1}] [ocr_1_res={2}]'.format(self.log_base, img_path, ocr_1_res))
end_time = time.time()
speed_time = int(end_time - start_time)
self.online_log.info('{0} [ocr_1 success] [img={1}] [url={2}] [speed_time={3}]'.format(
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!