This commit is contained in:
ping 2025-09-09 14:59:16 +08:00
parent 244775a9d7
commit 1ba695c442

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