东台医院接口暂未处理好

This commit is contained in:
2024-10-21 08:37:25 +08:00
parent 83339b5e58
commit d51e56b8f2

View File

@@ -102,6 +102,11 @@ def parse_qrcode(img_path, image_id):
elif url.startswith('http://dzpj.ntzyy.com'): elif url.startswith('http://dzpj.ntzyy.com'):
# 南通市中医院 # 南通市中医院
return _parse_pdf_url(url) 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: else:
logging.getLogger('qr').info(f'[{image_id}]中有未知二维码内容:{url}') logging.getLogger('qr').info(f'[{image_id}]中有未知二维码内容:{url}')
except Exception as e: except Exception as e: