This commit is contained in:
aaron 2025-04-05 21:17:20 +08:00
parent 466660d772
commit a69844dd56
2 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ async def refund_notify(
# 更新退款相关字段
if refund_amount:
order.refund_amount = refund_amount
order.refund_amount = refund_amount / 100
# 记录退款时间
order.refund_time = datetime.fromisoformat(success_time.replace('Z', '+00:00'))

Binary file not shown.