diff --git a/photo_review/auto_photo_review.py b/photo_review/auto_photo_review.py index 8979cbb..14ab235 100644 --- a/photo_review/auto_photo_review.py +++ b/photo_review/auto_photo_review.py @@ -102,6 +102,11 @@ def parse_qrcode(img_path, image_id): elif url.startswith('http://dzpj.ntzyy.com'): # 南通市中医院 return _parse_pdf_url(url) + # elif url.startswith('https://apph5.ztejsapp.cn/nj/view/elecInvoiceForOther/QRCode2Invoice'): + # pdf_url = html_util.get_dtsrmyy_pdf_url(url) + # if not pdf_url: + # continue + # return _parse_pdf_url(pdf_url) else: logging.getLogger('qr').info(f'[{image_id}]中有未知二维码内容:{url}') except Exception as e: