bugfix
This commit is contained in:
parent
2fc3e14e95
commit
c8df76b3a2
@ -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)}
|
||||||
|
|
||||||
# 查询
|
# 查询
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user