feat: 卡新增IMEI
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m47s

This commit is contained in:
sexygoat
2026-05-26 18:07:39 +08:00
parent 878d93a865
commit fe0093972f
10 changed files with 152 additions and 0 deletions

View File

@@ -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

View File

@@ -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 (可选)