This commit is contained in:
yumoqing 2025-12-17 11:28:53 +08:00
parent 2fc3e14e95
commit c8df76b3a2

View File

@ -80,6 +80,7 @@ async def create_payment(request, params_kw=None):
return res return res
raise Exception('write payment_log error') raise Exception('write payment_log error')
except Exception as e: except Exception as e:
exception(f'create_payment():{params_kw=}, {e}')
return {"error": str(e)} return {"error": str(e)}
# 查询 # 查询