This commit is contained in:
@@ -89,6 +89,7 @@ export interface AssetResolveResponse {
|
||||
supplier?: string // 供应商
|
||||
activation_status?: number // 激活状态
|
||||
enable_polling?: boolean // 是否参与轮询
|
||||
gateway_card_imei?: string // Gateway 返回的卡 IMEI
|
||||
gateway_extend?: string // Gateway 卡状态扩展字段,原样返回上游 extend
|
||||
|
||||
// ===== 设备专属字段 (asset_type === 'device' 时) =====
|
||||
@@ -181,6 +182,7 @@ export interface AssetRealtimeStatusResponse {
|
||||
network_status?: NetworkStatus // 网络状态(仅 card)
|
||||
real_name_status?: RealNameStatus // 实名状态(仅 card)
|
||||
realname_policy?: string // 实名认证策略(仅 card)
|
||||
gateway_card_imei?: string // Gateway 返回的卡 IMEI
|
||||
current_month_usage_mb?: number // 本月已用流量 MB(仅 card)
|
||||
last_gateway_reading_mb?: number // 运营商周期月内已用流量 MB(仅 card)
|
||||
last_sync_time?: string | null // 最后同步时间(仅 card)
|
||||
|
||||
@@ -353,6 +353,7 @@ export interface StandaloneCardQueryParams extends PaginationParams {
|
||||
|
||||
// 单卡信息
|
||||
export interface StandaloneIotCard {
|
||||
gateway_card_imei?: string // 网关侧返回的卡 IMEI(可空)
|
||||
id: number // 卡ID
|
||||
iccid: string // ICCID
|
||||
imsi?: string // IMSI (可选)
|
||||
|
||||
Reference in New Issue
Block a user