Merge pull request 'update' (#30) from main into prod

Reviewed-on: #30
This commit is contained in:
charles 2025-09-09 14:59:56 +08:00
commit 80683ad2bd

View File

@ -21,7 +21,7 @@ async def payhuidiao(ns):
'action': 'RECHARGE_ALIPAY', 'recharge_path': '0', 'recharge_date': date,'fee_amt':fee_amte}
ra = AlipayRechargeAccounting(recharge_log)
await ra.accounting(sor)
await redirect('https://www.kaiyuancloud.cn/#/paySuccess')
await redirect('https://www.opencomputing.cn/#/paySuccess')
ret = await payhuidiao(params_kw)
return ret