From c8df76b3a2e8a47aa0aabb84ad50117f4d666116 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 17 Dec 2025 11:28:53 +0800 Subject: [PATCH] bugfix --- unipay/init.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unipay/init.py b/unipay/init.py index 6314d4d..b3650fc 100644 --- a/unipay/init.py +++ b/unipay/init.py @@ -80,6 +80,7 @@ async def create_payment(request, params_kw=None): return res raise Exception('write payment_log error') except Exception as e: + exception(f'create_payment():{params_kw=}, {e}') return {"error": str(e)} # 查询