export interface OneLinkGetSimPlatformBatchResponse { /** 错误码 */ status: string; /** 错误信息 */ message: string; /** iccid */ iccid: string; /** 物联卡对应的管理平台 */ platformType: string; }