update
This commit is contained in:
parent
bca142520c
commit
c8c86e5d1c
@ -217,5 +217,6 @@ async def payment_notify(
|
||||
return success_response(message="支付成功")
|
||||
|
||||
except Exception as e:
|
||||
print(f"处理支付回调失败: {str(e)}")
|
||||
db.rollback()
|
||||
return error_response(code=500, message=f"处理支付回调失败: {str(e)}")
|
||||
Loading…
Reference in New Issue
Block a user