|
|
@@ -94,12 +94,15 @@
|
|
|
<!--3、指纹扫描超时, errorCode为Error_Unexpect(2147483646),rtaCode为RTA2411-->
|
|
|
<!--4、指纹仪扫描失败,获取dep路径失败, errorCode为Error_Unexpect(2147483646),rtaCode为RTA2424-->
|
|
|
<!--5、指纹仪扫描失败,未生成指纹信息文件, errorCode为Error_Unexpect(2147483646),rtaCode为RTA2416-->
|
|
|
- <!--6、指纹仪扫描失败,获取指纹特征值长度不对, errorCode为Error_Unexpect(2147483646),rtaCode为RTA2414-->
|
|
|
- <!--7、指纹仪扫描失败,获取指纹特征值为空, errorCode为Error_Unexpect(2147483646),rtaCode为RTA2413-->
|
|
|
+ <!--6、指纹仪扫描失败,获取指纹特征值长度不对, errorCode为Error_Unexpect(2147483646),rtaCode为RTA2413-->
|
|
|
+ <!--7、指纹仪扫描失败,获取指纹特征值为空, errorCode为Error_Unexpect(2147483646),rtaCode为RTA2414-->
|
|
|
+ <!--8、指纹扫描失败,获取指纹图片内容失败, errorCode为Error_Unexpect(2147483646),rtaCode为RTA242A-->
|
|
|
<twoway name="GetFingerPrintJS" overlap="true" method_id="9" jsflag="true">
|
|
|
<req>
|
|
|
<!--指纹序号 0:授权扫描使用 1、2、3...等注册扫描使用-->
|
|
|
<param name="fingerSN" type="int"/>
|
|
|
+ <!--指纹扫描超时时间 单位秒-->
|
|
|
+ <param name="scanTimeOut" type="int"/>
|
|
|
<param name="reserved1" type="array_int" />
|
|
|
<param name="reserved2" type="array_string" />
|
|
|
</req>
|
|
|
@@ -116,10 +119,11 @@
|
|
|
|
|
|
<!--生成指纹模版接口 -->
|
|
|
<!--1、指纹仪打开失败, errorCode为Error_DevNotAvailable(2050),rtaCode为RTA2425-->
|
|
|
- <!--2、指纹仪注册取消, errorCode为Error_Unexpect(2147483646),rtaCode为RTA2427-->
|
|
|
- <!--3、合成特征模版失败,获取模版特征值长度不对 errorCode为Error_Unexpect(2147483646),rtaCode为RTA2428-->
|
|
|
- <!--4、合成特征模板失败 errorCode为Error_Unexpect(2147483646),rtaCode为RTA2419-->
|
|
|
- <!--5、合成特征模版的指纹图片不存在 errorCode为Error_Unexpect(2147483646),rtaCode为RTA242a-->
|
|
|
+ <!--2、指纹扫描已被取消, errorCode为Error_Unexpect(2147483646),rtaCode为RTA2427-->
|
|
|
+ <!--3、指纹模版生成失败,模版特征值长度不正确 errorCode为Error_Unexpect(2147483646),rtaCode为RTA2428-->
|
|
|
+ <!--4、指纹模版生成失败,指纹文件不存在 errorCode为Error_Unexpect(2147483646),rtaCode为RTA242C-->
|
|
|
+ <!--5、指纹模版生成失败,输入参数错误 errorCode为Error_Unexpect(2147483646),rtaCode为RTA242B-->
|
|
|
+ <!--6、指纹模版生成失败,errorCode为Error_Unexpect(2147483646),rtaCode为RTA2418-->
|
|
|
<twoway name="GenerateTemplateJS" overlap="true" method_id="10" jsflag="true">
|
|
|
<req>
|
|
|
<!-- 指纹序号集合,合成模版的指纹序号 -->
|
|
|
@@ -135,6 +139,7 @@
|
|
|
</res>
|
|
|
</twoway>
|
|
|
<!--取消扫描接口 -->
|
|
|
+ <!--1、指纹仪打开失败, errorCode为Error_DevNotAvailable(2050),rtaCode为RTA242D-->
|
|
|
<twoway name="CancelScanJS" overlap="true" method_id="11" jsflag="true">
|
|
|
<req>
|
|
|
<param name="reserved1" type="array_int" />
|