身份识别码管理-统计识别码
<h5>简要描述</h5>
<ul>
<li>身份识别码管理-统计身份识别码</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/lhIdentifierBind/stat/</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>返回示例(成功)</h5>
<pre><code>{
&quot;msg&quot;: &quot;操作成功&quot;,
&quot;code&quot;: 200,
&quot;data&quot;: {
&quot;useNum&quot;: 13, // 已使用
&quot;unUseNum&quot;: 10006 // 未使用
}
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>