This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user