优化申诉仲裁流程和证据展示

This commit is contained in:
yml2213
2026-06-13 21:26:38 +08:00
parent 529ad1e433
commit 3ef7705776
22 changed files with 1455 additions and 138 deletions
@@ -33,12 +33,20 @@ export interface Order {
status: OrderStatus
handoff_status: HandoffStatus
settlement_status: SettlementStatus
active_dispute?: ActiveDispute
checkout?: Checkout
payment_deadline_at?: string
created_at: string
updated_at: string
}
export interface ActiveDispute {
id: number
initiator_id: number
type: string
status: string
}
export interface Checkout {
id: number
order_id: number