Files
starRiverProperty/frontend-source/decompiled/cwos-portal/static/MarkdownPadPreview.html
T
反编译工作区 4f79e10bd6 chore: cleanup stray nested directories in frontend-source
Former-commit-id: 376f94edd602d3dfed1cbada6e08361ee7b08e73
2026-04-29 13:07:40 +08:00

1415 lines
33 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>document</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
/* GitHub stylesheet for MarkdownPad (http://markdownpad.com) */
/* Author: Nicolas Hery - http://nicolashery.com */
/* Version: b13fe65ca28d2e568c6ed5d7f06581183df8f2ff */
/* Source: https://github.com/nicolahery/markdownpad-github */
/* RESET
=============================================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
}
/* BODY
=============================================================================*/
body {
font-family: Helvetica, arial, freesans, clean, sans-serif;
font-size: 14px;
line-height: 1.6;
color: #333;
background-color: #fff;
padding: 20px;
max-width: 960px;
margin: 0 auto;
margin-left: 330px;
}
body>*:first-child {
margin-top: 0 !important;
}
body>*:last-child {
margin-bottom: 0 !important;
}
/* BLOCKS
=============================================================================*/
p,
blockquote,
ul,
ol,
dl,
table,
pre {
margin: 15px 0;
}
/* HEADERS
=============================================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 20px 0 10px;
padding: 0;
font-weight: bold;
-webkit-font-smoothing: antialiased;
}
h1 tt,
h1 code,
h2 tt,
h2 code,
h3 tt,
h3 code,
h4 tt,
h4 code,
h5 tt,
h5 code,
h6 tt,
h6 code {
font-size: inherit;
}
h1 {
font-size: 28px;
color: #000;
}
h2 {
font-size: 24px;
border-bottom: 1px solid #ccc;
color: #000;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 16px;
}
h5 {
font-size: 14px;
}
h6 {
color: #777;
font-size: 14px;
}
body>h2:first-child,
body>h1:first-child,
body>h1:first-child+h2,
body>h3:first-child,
body>h4:first-child,
body>h5:first-child,
body>h6:first-child {
margin-top: 0;
padding-top: 0;
}
a:first-child h1,
a:first-child h2,
a:first-child h3,
a:first-child h4,
a:first-child h5,
a:first-child h6 {
margin-top: 0;
padding-top: 0;
}
h1+p,
h2+p,
h3+p,
h4+p,
h5+p,
h6+p {
margin-top: 10px;
}
/* LINKS
=============================================================================*/
a {
color: #4183C4;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* LISTS
=============================================================================*/
ul,
ol {
padding-left: 30px;
}
ul li> :first-child,
ol li> :first-child,
ul li ul:first-of-type,
ol li ol:first-of-type,
ul li ol:first-of-type,
ol li ul:first-of-type {
margin-top: 0px;
}
ul ul,
ul ol,
ol ol,
ol ul {
margin-bottom: 0;
}
dl {
padding: 0;
}
dl dt {
font-size: 14px;
font-weight: bold;
font-style: italic;
padding: 0;
margin: 15px 0 5px;
}
dl dt:first-child {
padding: 0;
}
dl dt>:first-child {
margin-top: 0px;
}
dl dt>:last-child {
margin-bottom: 0px;
}
dl dd {
margin: 0 0 15px;
padding: 0 15px;
}
dl dd>:first-child {
margin-top: 0px;
}
dl dd>:last-child {
margin-bottom: 0px;
}
/* CODE
=============================================================================*/
pre,
code,
tt {
font-size: 12px;
font-family: Consolas, "Liberation Mono", Courier, monospace;
}
code,
tt {
margin: 0 0px;
padding: 0px 0px;
white-space: nowrap;
border: 1px solid #eaeaea;
background-color: #f8f8f8;
border-radius: 3px;
}
pre>code {
margin: 0;
padding: 0;
white-space: pre;
border: none;
background: transparent;
}
pre {
background-color: #f8f8f8;
border: 1px solid #ccc;
font-size: 13px;
line-height: 19px;
overflow: auto;
padding: 6px 10px;
border-radius: 3px;
}
pre code,
pre tt {
background-color: transparent;
border: none;
}
kbd {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #DDDDDD;
background-image: linear-gradient(#F1F1F1, #DDDDDD);
background-repeat: repeat-x;
border-color: #DDDDDD #CCCCCC #CCCCCC #DDDDDD;
border-image: none;
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 10px;
padding: 1px 4px;
}
/* QUOTES
=============================================================================*/
blockquote {
border-left: 4px solid #DDD;
padding: 0 15px;
color: #777;
}
blockquote>:first-child {
margin-top: 0px;
}
blockquote>:last-child {
margin-bottom: 0px;
}
/* HORIZONTAL RULES
=============================================================================*/
hr {
clear: both;
margin: 15px 0;
height: 0px;
overflow: hidden;
border: none;
background: transparent;
border-bottom: 4px solid #ddd;
padding: 0;
}
/* TABLES
=============================================================================*/
table th {
font-weight: bold;
}
table th,
table td {
border: 1px solid #ccc;
padding: 6px 13px;
}
table tr {
border-top: 1px solid #ccc;
background-color: #fff;
}
table tr:nth-child(2n) {
background-color: #f8f8f8;
}
/* IMAGES
=============================================================================*/
img {
max-width: 100%
}
</style>
<base href='file:\\\E:\work_space_davinci\document-manage\' />
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script type="text/javascript">
//是否显示导航栏
var showNavBar = true;
//是否展开导航栏
var expandNavBar = true;
$(document).ready(function () {
var h1s = $("body").find("h1");
var h2s = $("body").find("h2");
var h3s = $("body").find("h3");
var h4s = $("body").find("h4");
var h5s = $("body").find("h5");
var h6s = $("body").find("h6");
var headCounts = [h1s.length, h2s.length, h3s.length, h4s.length, h5s.length, h6s.length];
var vH1Tag = null;
var vH2Tag = null;
var vH3Tag = null;
var vH4Tag = null;
var vH5Tag = null;
for (var i = 0; i < headCounts.length; i++) {
// debugger
if (headCounts[i] > 0) {
if (vH1Tag == null) {
vH1Tag = 'h' + (i + 1);
} else if (vH2Tag == null) {
vH2Tag = 'h' + (i + 1);
} else if (vH3Tag == null) {
vH3Tag = 'h' + (i + 1);
}
else if (vH4Tag == null) {
vH4Tag = 'h' + (i + 1);
}
else if (vH5Tag == null) {
vH5Tag = 'h' + (i + 1);
}
}
}
if (vH1Tag == null) {
return;
}
//
$("body").prepend('<div class="BlogAnchor" style="float:left;>' +
// '<p>' +
// '<b id="AnchorContentToggle" title="收起" style="cursor:pointer;">目录▲</b>' +
// '</p>' +
'<span style="color:red;position:absolute;top:-6px;left:0px;cursor:pointer;""></span>' +
'<div class="AnchorContent" id="AnchorContent"> </div>' +
'</div>');
var vH1Index = 0;
var vH2Index = 0;
var vH3Index = 0;
var vH4Index = 0;
var vH5Index = 0;
var para = window.location.search.split("=")[1]
location.hash = '#' + para
$("body").find("h1,h2,h3,h4,h5,h6").each(function (i, item) {
var id = '';
var name = '';
var tag = $(item).get(0).tagName.toLowerCase();
var className = '';
if (tag == vH1Tag) {
id = ++vH1Index;
vH2Index = 0;
className = 'item_h1';
} else if (tag == vH2Tag) {
id = vH1Index + '_' + ++vH2Index;
//name = vH1Index + '.' + vH2Index;
className = 'item_h2';
} else if (tag == vH3Tag) {
id = vH1Index + '_' + ++vH2Index + '_' + ++vH3Index;
//name = vH1Index + '.' + vH2Index+ '.' + vH3Index;
className = 'item_h3';
} else if (tag == vH4Tag) {
id = vH1Index + '_' + ++vH2Index + '_' + ++vH3Index + '_' + ++vH4Index;
//name = vH1Index + '.' + vH2Index+ '.' + vH3Index+ '.' + vH4Index;
className = 'item_h4';
} else if (tag == vH5Tag) {
id = vH1Index + '_' + ++vH2Index + '_' + ++vH3Index + '_' + ++vH4Index + '_' + ++vH5Index;
// name = vH1Index + '.' + ++vH2Index+'.' + ++vH3Index+'.' + ++vH4Index+'.' + ++vH5Index;
className = 'item_h5';
}
$(item).attr("id", "wow" + id);
$(item).addClass("wow_head");
$("#AnchorContent").css('max-height', ($(window).height() - 12) + 'px');
$("#AnchorContent").append('<li><a class="nav_item ' + className + ' anchor-link" onclick="return false;" href="#" link="#wow' + id + '">' + name + " · " + $(this).text() + '</a></li>');
});
$("#AnchorContentToggle").click(function () {
var text = $(this).html();
if (text == "目录▲") {
$(this).html("目录▼");
$(this).attr({ "title": "展开" });
} else {
$(this).html("目录▲");
$(this).attr({ "title": "收起" });
}
$("#AnchorContent").toggle();
});
$(".anchor-link").click(function () {
$("html,body").animate({ scrollTop: $($(this).attr("link")).offset().top }, 500);
});
var headerNavs = $(".BlogAnchor li .nav_item");
var headerTops = [];
$(".wow_head").each(function (i, n) {
headerTops.push($(n).offset().top);
});
$(window).scroll(function () {
var scrollTop = $(window).scrollTop();
$.each(headerTops, function (i, n) {
var distance = n - scrollTop;
if (distance >= 0) {
$(".BlogAnchor li .nav_item.current").removeClass('current');
$(headerNavs[i]).addClass('current');
return false;
}
});
});
if (!showNavBar) {
$('.BlogAnchor').hide();
}
if (!expandNavBar) {
$(this).html("目录▼");
$(this).attr({ "title": "展开" });
$("#AnchorContent").hide();
}
$("#FaceRecognitionDemo").click(function () {
window.location.href = location.origin + '/static/FaceRecognitionDemo.zip'
})
$("#FaceCompareDemo").click(function () {
window.location.href = location.origin + '/static/FaceCompareDemo.zip'
})
$("#FaceSearchDemo").click(function () {
window.location.href = location.origin + '/static/FaceSearchDemo.zip'
})
$("#FingerveinCompareDemo").click(function () {
window.location.href = location.origin + '/static/FingerveinCompareDemo.zip'
})
$("#IdentityCardRecognitionDemo").click(function () {
window.location.href = location.origin + '/static/IdentityCardRecognitionDemo.zip'
})
$("#LipreadingRecognitionDemo").click(function () {
window.location.href = location.origin + '/static/LipreadingRecognitionDemo.zip'
})
$("#BankCardRecognitionDemo").click(function () {
window.location.href = location.origin + '/static/BankCardRecognitionDemo.zip'
})
});
</script>
<style>
/*导航*/
.BlogAnchor {
/* background: #f1f1f1; */
padding: 10px;
line-height: 180%;
position: fixed;
left: 48px;
top: -8px;
/* border: 1px solid #aaaaaa; */
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.BlogAnchor ::-webkit-scrollbar {
width: 8px;
/*滚动条宽度*/
height: 16px;
/*滚动条高度*/
}
/*定义滚动条轨道 内阴影+圆角*/
.BlogAnchor ::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 10px;
/*滚动条的背景区域的圆角*/
background-color: #fafafa;
/*滚动条的背景颜色*/
}
/*定义滑块 内阴影+圆角*/
.BlogAnchor ::-webkit-scrollbar-thumb {
border-radius: 5px;
/*滚动条的圆角*/
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
background-color: #ccc;
/*滚动条的背景颜色*/
}
.BlogAnchor p {
font-size: 18px;
color: #15a230;
margin: 0 0 0.3rem 0;
text-align: right;
}
.BlogAnchor .AnchorContent {
padding: 5px 0px;
overflow: auto;
}
.BlogAnchor li {
text-indent: 0.5rem;
font-size: 14px;
list-style: none;
}
.BlogAnchor li .nav_item {
padding: 3px;
}
.BlogAnchor li .item_h1 {
margin-left: 0rem;
}
.BlogAnchor li .item_h2 {
margin-left: 2rem;
font-size: 0.8rem;
}
.BlogAnchor li .item_h3 {
margin-left: 2.5rem;
font-size: 0.8rem;
}
.BlogAnchor li .item_h4 {
margin-left: 3rem;
font-size: 0.8rem;
}
.BlogAnchor li .item_h5 {
margin-left: 3.5rem;
font-size: 0.8rem;
}
.BlogAnchor li .nav_item.current {
color: white;
background-color: #5cc26f;
}
#AnchorContentToggle {
font-size: 13px;
font-weight: normal;
color: #FFF;
display: inline-block;
line-height: 20px;
background: #5cc26f;
font-style: normal;
padding: 1px 8px;
}
.BlogAnchor a:hover {
color: #5cc26f;
}
.BlogAnchor a {
text-decoration: none;
}
</style>
</head>
<body>
<h1>人机协同OS产品介绍</h1>
<h2>产品简介</h2>
<h2>通用认证授权流程介绍</h2>
<h2>接口加密流程介绍</h2>
<h1>人机协同OS使用指南</h1>
<h2>账号管理与权限配置</h2>
<h2>机构管理</h2>
<h2>人员管理</h2>
<h2>机构管理</h2>
<h1>AI基础应用</h1>
<h2>人脸检测</h2>
<h3>人脸检测简介</h3>
<h3>人脸检测接口调用方式</h3>
<h4>请求示例</h4>
<ul>
<li>HTTP方法:POST</li>
<li>请求URL: http://host:port/engine-interface/face/tool/detect</li>
</ul>
<h4>请求参数</h4>
<table>
<thead>
<tr>
<th>参数</th>
<th align="center">是否必选</th>
<th align="center">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>channelCode</td>
<td align="center"></td>
<td align="center">String</td>
<td>渠道编码</td>
</tr>
<tr>
<td>img</td>
<td align="center"></td>
<td align="center">String</td>
<td>待识别图片的base64编码</td>
</tr>
<tr>
<td>mode</td>
<td align="center"></td>
<td align="center">String</td>
<td>是否返回人脸抠图: true:返回人脸图片,空或非true:不返回人脸图片</td>
</tr>
</tbody>
</table>
<h4>返回参数</h4>
<p>参数|是否必选|类型|说明</p>
<table>
<tbody>
<tr>
<td>faces</td>
<td align="center"></td>
<td align="center">String</td>
<td>所有人脸信息属性</td>
</tr>
</tbody>
</table>
<h4>返回示例</h4>
<pre><code>HTTP/1.1 200 OK
{
&quot;code&quot;:&quot;00000000&quot;,
&quot;success&quot;:true,
&quot;message&quot;:&quot;成功&quot;,
&quot;data&quot;:{
&quot;faces&quot;:[
{
&quot;height&quot;: 107,
&quot;img&quot;: &quot;null&quot;,
&quot;width&quot;: 107,
&quot;x&quot;: 9,
&quot;y&quot;: 19
}
]
}
}
</code></pre>
<h3>人脸检测Demo下载</h3>
<ul>
<li><a h ref="#" id="FaceRecognitionDemo">Demo</a> </li>
</ul>
<h2 id="lipreading">唇语活体</h2>
<h3>唇语活体简介</h3>
<h3>唇语活体接口调用方式</h3>
<h4>获取唇语标签</h4>
<h5>请求示例</h5>
<ul>
<li>HTTP方法:POST</li>
<li>请求URL: http://host:port/engine-interface/lipreading/getlabel</li>
</ul>
<h5>请求参数</h5>
<table>
<thead>
<tr>
<th>参数</th>
<th align="center">是否必选</th>
<th align="center">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>channelCode</td>
<td align="center"></td>
<td align="center">String</td>
<td>渠道编码</td>
</tr>
<tr>
<td>len</td>
<td align="center"></td>
<td align="center">String</td>
<td>唇语标签长度</td>
</tr>
</tbody>
</table>
<h5>返回参数</h5>
<table>
<thead>
<tr>
<th>参数</th>
<th align="center">是否必选</th>
<th align="center">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>label</td>
<td align="center"></td>
<td align="center">String</td>
<td>唇语标签</td>
</tr>
<tr>
<td>token</td>
<td align="center"></td>
<td align="center">String</td>
<td>唇语识别token</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>HTTP/1.1 200 OK
{
&quot;code&quot;:&quot;00000000&quot;,
&quot;success&quot;:true,
&quot;message&quot;:&quot;成功&quot;,
&quot;data&quot;:{
&quot;label&quot;:&quot;63535398&quot;,
&quot;token&quot;:&quot;1842884255&quot;
}
}
</code></pre>
<h4>唇语识别</h4>
<h5>请求示例</h5>
<ul>
<li>HTTP方法:POST</li>
<li>请求URL: http://host:port/engine-interface/lipreading/recognition
el</li>
</ul>
<h5>请求参数</h5>
<table>
<thead>
<tr>
<th>参数</th>
<th align="center">是否必选</th>
<th align="center">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>channelCode</td>
<td align="center"></td>
<td align="center">String</td>
<td>渠道编码</td>
</tr>
<tr>
<td>label</td>
<td align="center"></td>
<td align="center">String</td>
<td>唇语标签</td>
</tr>
<tr>
<td>video</td>
<td align="center"></td>
<td align="center">String</td>
<td>视频base64编码</td>
</tr>
<tr>
<td>token</td>
<td align="center"></td>
<td align="center">String</td>
<td>token信息</td>
</tr>
<tr>
<td>type</td>
<td align="center"></td>
<td align="center">String</td>
<td>视频类型,当前支持mp4</td>
</tr>
</tbody>
</table>
<h5>返回参数</h5>
<table>
<thead>
<tr>
<th>参数</th>
<th align="center">是否必选</th>
<th align="center">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>faceImage</td>
<td align="center"></td>
<td align="center">String</td>
<td>最佳人脸</td>
</tr>
<tr>
<td>code</td>
<td align="center"></td>
<td align="center">String</td>
<td>唇语检测出现错误时,返回具体错误码 -1003:标签不是我们后端生成的或者标签过期 -1002:唇语识别错误 -1001:唇语识别没通过 -999:扣嘴攻击 -998:边框攻击 -997:视频回放攻击
-996:半边脸攻击 -995:换人脸攻击或人脸丢失严重 -994:扣眼攻击 100:模型未加载; 101:视频文件不存在或解码失败, 102:输入的唇语信息错误; 103: 返回原始图片的空间太小
104:返回对齐人脸的空间太小 105: 最佳人脸编码失败 106: 最佳人脸空间不够 107: 最佳人脸编码方式不支持 1-24:唇语错误码</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>HTTP/1.1 200 OK
{
&quot;code&quot;:&quot;00000000&quot;,
&quot;success&quot;:true,
&quot;message&quot;:&quot;成功&quot;,
&quot;data&quot;:{
&quot;faceImage&quot;:&quot;asdfasdfasdfasfadfasdfa......adfasdfasdfasdfwgfgrgjtyjhfh&quot;,
&quot;code&quot;:0
}
}
</code></pre>
<h3>唇语活体Demo下载</h3>
<ul>
<li><a href="#" id="LipreadingRecognitionDemo">Demo</a> </li>
</ul>
<hr />
<h2 id="1V1">1:1人脸比对</h2>
<h3>1:1人脸比对简介</h3>
<h3>1:1人脸比对接口调用方式</h3>
<h4>请求示例</h4>
<ul>
<li>HTTP方法:POST</li>
<li>请求URL: http://host:port/engine-interface/face/similarity/image</li>
</ul>
<h4>请求参数</h4>
<table>
<thead>
<tr>
<th>参数</th>
<th align="center">是否必选</th>
<th align="center">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>channelCode</td>
<td align="center"></td>
<td align="center">String</td>
<td>渠道编码</td>
</tr>
<tr>
<td>imgA</td>
<td align="center"></td>
<td align="center">String</td>
<td>图片base64编码</td>
</tr>
<tr>
<td>imgB</td>
<td align="center"></td>
<td align="center">String</td>
<td>图片base64编码</td>
</tr>
</tbody>
</table>
<h4>返回参数</h4>
<p>参数|是否必选|类型|说明</p>
<table>
<tbody>
<tr>
<td>score</td>
<td align="center"></td>
<td align="center">Float</td>
<td>相似度分数</td>
</tr>
</tbody>
</table>
<h4>返回示例</h4>
<pre><code>HTTP/1.1 200 OK
{
&quot;code&quot;:&quot;00000000&quot;,
&quot;success&quot;:true,
&quot;message&quot;:&quot;成功&quot;,
&quot;data&quot;:{
&quot;score&quot;: &quot;0.9991731&quot;
}
}
</code></pre>
<h3>1:1人脸比对Demo下载</h3>
<ul>
<li><a href="#" id="FaceCompareDemo">Demo</a> </li>
</ul>
<hr />
<h2 id="1vn">1:N人脸比对</h2>
<h3>1:N人脸比对对简介</h3>
<h3>1:N人脸比对接口调用方式</h3>
<h4>请求示例</h4>
<ul>
<li>HTTP方法:POST</li>
<li>请求URL: http://host:port/static/db/search/feature</li>
</ul>
<h4>请求参数</h4>
<table>
<thead>
<tr>
<th>参数</th>
<th align="center">是否必选</th>
<th align="center">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>channelCode</td>
<td align="center"></td>
<td align="center">String</td>
<td>渠道编码</td>
</tr>
<tr>
<td>serviceModelVersion</td>
<td align="center"></td>
<td align="center">String</td>
<td>服务模型版本</td>
</tr>
<tr>
<td>image</td>
<td align="center"></td>
<td align="center">String</td>
<td>图片base64编码</td>
</tr>
</tbody>
</table>
<h4>返回参数</h4>
<p>参数|是否必选|类型|说明</p>
<table>
<tbody>
<tr>
<td>imagePath</td>
<td align="center"></td>
<td align="center">String</td>
<td>图片存储相对路径</td>
</tr>
<tr>
<td>imageId</td>
<td align="center"></td>
<td align="center">String</td>
<td>生物图片Id</td>
</tr>
<tr>
<td>personFeatureId</td>
<td align="center"></td>
<td align="center">String</td>
<td>图片存储相对路径</td>
</tr>
</tbody>
</table>
<h4>返回示例</h4>
<pre><code>HTTP/1.1 200 OK
{
&quot;code&quot;:&quot;00000000&quot;,
&quot;success&quot;:true,
&quot;message&quot;:&quot;成功&quot;,
&quot;data&quot;:{
&quot;imagePath&quot;:&quot;testdb/test.jpg&quot;
&quot;imageId&quot;:&quot;1234124124&quot;
&quot;personFeatureId&quot;:&quot;1341234124&quot;
}
}
</code></pre>
<h3>1:N人脸比对Demo下载</h3>
<ul>
<li><a href="#" id="FaceSearchDemo">Demo</a> </li>
</ul>
<hr />
<h2 id="idCard">身份证识别</h2>
<h3>身份证识别简介</h3>
<h3>身份证识别接口调用方式</h3>
<h4>请求示例</h4>
<ul>
<li>HTTP方法:POST</li>
<li>请求URL: http://host:port/engine-interface/ocr/idcard</li>
</ul>
<h4>请求参数</h4>
<table>
<thead>
<tr>
<th>参数</th>
<th align="center">是否必选</th>
<th align="center">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>channelCode</td>
<td align="center"></td>
<td align="center">String</td>
<td>渠道编码</td>
</tr>
<tr>
<td>img</td>
<td align="center"></td>
<td align="center">String</td>
<td>身份证图片的base64编码</td>
</tr>
<tr>
<td>getFace</td>
<td align="center"></td>
<td align="center">String</td>
<td>是否返回正面身份证上的人脸图片(非必填) 1:返回人脸图片 空或非1:不返回人脸图片</td>
</tr>
</tbody>
</table>
<h4>返回参数</h4>
<p>参数|是否必选|类型|说明</p>
<table>
<tbody>
<tr>
<td>type</td>
<td align="center"></td>
<td align="center">String</td>
<td>身份证正反面,1:正面,2:反面</td>
</tr>
<tr>
<td>code</td>
<td align="center"></td>
<td align="center">String</td>
<td>身份证类型 0:正常身份证 1:复印件身份证 2:临时身份证 3:未知 4:翻拍</td>
</tr>
<tr>
<td>face</td>
<td align="center"></td>
<td align="center">String</td>
<td>图片中所有人脸信息</td>
</tr>
<tr>
<td>address</td>
<td align="center"></td>
<td align="center">String</td>
<td>地址</td>
</tr>
<tr>
<td>name</td>
<td align="center"></td>
<td align="center">String</td>
<td>姓名</td>
</tr>
<tr>
<td>folk</td>
<td align="center"></td>
<td align="center">String</td>
<td>民族</td>
</tr>
<tr>
<td>cardno</td>
<td align="center"></td>
<td align="center">String</td>
<td>身份证号码</td>
</tr>
<tr>
<td>birthday</td>
<td align="center"></td>
<td align="center">String</td>
<td>生日</td>
</tr>
<tr>
<td>sex</td>
<td align="center"></td>
<td align="center">String</td>
<td>性别</td>
</tr>
<tr>
<td>province</td>
<td align="center"></td>
<td align="center">String</td>
<td>省(市),如重庆市</td>
</tr>
<tr>
<td>city</td>
<td align="center"></td>
<td align="center">String</td>
<td>市(区),如九龙坡区</td>
</tr>
<tr>
<td>validdate1</td>
<td align="center"></td>
<td align="center">String</td>
<td>有效期起yyyymmdd,如2010022</td>
</tr>
<tr>
<td>validdate2</td>
<td align="center"></td>
<td align="center">String</td>
<td>有效期止yyyymmdd,如2010022</td>
</tr>
<tr>
<td>authority</td>
<td align="center"></td>
<td align="center">String</td>
<td>签发机关</td>
</tr>
</tbody>
</table>
<h4>返回示例</h4>
<pre><code>HTTP/1.1 200 OK
{
&quot;code&quot;:&quot;00000000&quot;,
&quot;success&quot;:true,
&quot;message&quot;:&quot;成功&quot;,
&quot;data&quot;:{
&quot;face&quot;: {
&quot;height&quot;: 183,
&quot;image&quot;: &quot;&quot;,
&quot;left&quot;: 320,
&quot;top&quot;: 184,
&quot;width&quot;: 183
},
&quot;address&quot;: &quot;重庆市合川区学府路&quot;,
&quot;birthday&quot;: &quot;1991年08月10日&quot;,
&quot;cardno&quot;: &quot;500235199108106000&quot;,
&quot;city&quot;: &quot;合川区&quot;,
&quot;code&quot;: &quot;0&quot;,
&quot;folk&quot;: &quot;&quot;,
&quot;name&quot;: &quot;xxx&quot;,
&quot;province&quot;: &quot;重庆市&quot;,
&quot;sex&quot;: &quot;&quot;,
&quot;type&quot;: &quot;1&quot;
}
}
</code></pre>
<h3>身份证识别Demo下载</h3>
<ul>
<li><a href="#" id="IdentityCardRecognitionDemo">Demo</a> </li>
</ul>
<hr />
<h2 id="bankCard">银行卡识别</h2>
<h3>银行卡识别简介</h3>
<h3>银行卡识别接口调用方式</h3>
<h4>请求示例</h4>
<ul>
<li>HTTP方法:POST</li>
<li>请求URL: http://host:port/engine-interface/ocr/bankcard</li>
</ul>
<h4>请求参数</h4>
<table>
<thead>
<tr>
<th>参数</th>
<th align="center">是否必选</th>
<th align="center">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>channelCode</td>
<td align="center"></td>
<td align="center">String</td>
<td>渠道编码</td>
</tr>
<tr>
<td>img</td>
<td align="center"></td>
<td align="center">String</td>
<td>银行卡图片的base64编码</td>
</tr>
</tbody>
</table>
<h4>返回参数</h4>
<p>参数|是否必选|类型|说明</p>
<table>
<tbody>
<tr>
<td>bankName</td>
<td align="center"></td>
<td align="center">String</td>
<td>银行名称</td>
</tr>
<tr>
<td>cardNum</td>
<td align="center"></td>
<td align="center">String</td>
<td>银行卡号</td>
</tr>
<tr>
<td>cardName</td>
<td align="center"></td>
<td align="center">String</td>
<td>银行卡名</td>
</tr>
<tr>
<td>cardType</td>
<td align="center"></td>
<td align="center">String</td>
<td>银行卡类别</td>
</tr>
</tbody>
</table>
<h4>返回示例</h4>
<pre><code>HTTP/1.1 200 OK
{
&quot;code&quot;:&quot;00000000&quot;,
&quot;success&quot;:true,
&quot;message&quot;:&quot;成功&quot;,
&quot;data&quot;:{
&quot;bankName&quot;: &quot;工商银行&quot;,
&quot;cardNum&quot;: &quot;9558822010005085000&quot;,
&quot;cardName&quot;: &quot;牡丹灵通卡(银联卡)&quot;,
&quot;cardType&quot;: &quot;借记卡&quot;
}
}
</code></pre>
<h3>银行卡识别Demo下载</h3>
<ul>
<li><a href="#" id="BankCardRecognitionDemo">Demo</a> </li>
</ul>
<hr />
<h2 id="hfv">指静脉比对</h2>
<h3>指静脉比对简介</h3>
<h3>指静脉比对接口调用方式</h3>
<h4>请求示例</h4>
<ul>
<li>HTTP方法:POST</li>
<li>请求URL: http://host:port/app/fingervein/hitachi/verify</li>
</ul>
<h4>请求参数</h4>
<table>
<thead>
<tr>
<th>参数</th>
<th align="center">是否必选</th>
<th align="center">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>channelCode</td>
<td align="center"></td>
<td align="center">String</td>
<td>渠道编码</td>
</tr>
<tr>
<td>verification</td>
<td align="center"></td>
<td align="center">String</td>
<td>认证模板数据</td>
</tr>
<tr>
<td>enroll</td>
<td align="center"></td>
<td align="center">String</td>
<td>注册模板数据</td>
</tr>
</tbody>
</table>
<h4>返回参数</h4>
<p>参数|是否必选|类型|说明</p>
<table>
<tbody>
<tr>
<td>code</td>
<td align="center"></td>
<td align="center">String</td>
<td>状态码</td>
</tr>
<tr>
<td>message</td>
<td align="center"></td>
<td align="center">String</td>
<td>详情</td>
</tr>
</tbody>
</table>
<h4>返回示例</h4>
<pre><code>HTTP/1.1 200 OK
{
&quot;code&quot;: &quot;00000000&quot;,
&quot;success&quot;: true,
&quot;message&quot;: &quot;比对成功&quot;,
&quot;data&quot;: {
&quot;code&quot;: &quot;00000000&quot;,
&quot;message&quot;: &quot;认证成功&quot;
}
}
</code></pre>
<h3>指静脉比对Demo下载</h3>
<ul>
<li><a href="#" id="FingerveinCompareDemo">Demo</a> </li>
</ul>
<hr />
</body>
</html>
<!-- This document was created with MarkdownPad, the Markdown editor for Windows (http://markdownpad.com) -->