diff --git a/photo_review/auto_photo_review.py b/photo_review/auto_photo_review.py index fdf40f6..aeb00da 100644 --- a/photo_review/auto_photo_review.py +++ b/photo_review/auto_photo_review.py @@ -98,6 +98,9 @@ def parse_qrcode(img_path, image_id): elif url.startswith('http://weixin.qq.com'): # 无效地址 continue + elif url.startswith('http://dzpj.ntzyy.com'): + # 南通市中医院 + return _parse_pdf_url(url) else: logging.getLogger('qr').info(f'[{image_id}]中有未知二维码内容:{url}') except Exception as e: