复机实名校验提示适配
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m41s

This commit is contained in:
luo
2026-07-21 14:30:30 +08:00
parent 6febc66eca
commit 47a2d88c9d
8 changed files with 172 additions and 6 deletions

View File

@@ -55,6 +55,14 @@ export interface AssetPollingStatus {
next_poll_at?: string | null // 下次轮询时间
}
// 资产复机结果
export interface AssetStartResponse {
status: number // 最新资产状态
status_name: string // 最新资产状态名称
real_name_status: RealNameStatus // 最新实名状态
real_name_status_name: string // 最新实名状态名称
}
// 换货关联资产
export interface AssetExchangeTraceAsset {
asset_type: AssetType