init: 初始化

This commit is contained in:
wangzhongjie 2025-04-10 10:45:43 +08:00
parent b6d44ed7cf
commit 54d4129774

View File

@ -25,7 +25,7 @@ declare namespace IDCardSDK {
*
*/
export interface IDCardInfo {
status: boolean; // status = 1 为读到身份证信息; status = 0 为身份证离开读卡器
status: number; // status = 1 为读到身份证信息; status = 0 为身份证离开读卡器
baseInfo: string; // 身份证数据信息字符串,不同的字段之间用"|"分隔
photo: ArrayBuffer // 身份证照片数据
}