修复仲裁退款并新增免押额度

This commit is contained in:
yml
2026-06-08 21:00:39 +08:00
parent 830cfcf33d
commit 0b419f5084
22 changed files with 559 additions and 72 deletions
@@ -22,6 +22,8 @@ export interface Order {
rent_amount?: number
owner_rent_amount?: number
deposit_amount: number
deposit_original_amount: number
deposit_waived_amount: number
platform_fee?: number
account_snapshot?: Record<string, unknown>
listing_snapshot?: string