测试修复15分钟bug

This commit is contained in:
yml2213
2026-06-07 20:05:56 +08:00
parent 9740ff8799
commit a5e55bc045
7 changed files with 178 additions and 45 deletions
@@ -30,6 +30,7 @@ export interface Order {
handoff_status: HandoffStatus
settlement_status: SettlementStatus
checkout?: Checkout
payment_deadline_at?: string
created_at: string
updated_at: string
}