1.0.9 • Published 2 years ago

shinemo-hunca v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

使用方式

import { verifyCert } from @xm/hunca


// orgId: 企业Id,uid: 用户Id,userPin: ukey 密码
try {
    const result = await verifyCert(orgId, uid, userPin)
    console.log(result)
} catch (err) {
   // err ===  -1 未安装客户端软件
   // err === 0 未插入ukey
   // 其它错误
  console.log(1111)
}
1.0.9

2 years ago

1.0.8

3 years ago