update #30

Merged
charles merged 1 commits from main into prod 2025-09-09 14:59:56 +08:00

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