获取实名认证状态
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/app/getUserIsIdentification.do</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">userId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>用户编号</td>
</tr>
</tbody>
</table>
<p><strong>未申请返回示例</strong></p>
<pre><code> {
&quot;m_object&quot;: null,
&quot;m_strMessage&quot;: &quot;未申请实名认证!&quot;,
&quot;m_istatus&quot;: 1
}</code></pre>
<p><strong>已填写资料返回示例</strong></p>
<pre><code>{
&quot;m_object&quot;: {
&quot;t_certification_type&quot;: 0
},
&quot;m_strMessage&quot;: &quot;&quot;,
&quot;m_istatus&quot;: 1
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">m_istatus</td>
<td style="text-align: left;">int</td>
<td>-1:未申请认证</td>
</tr>
<tr>
<td style="text-align: left;">t_certification_type</td>
<td style="text-align: left;">int</td>
<td>审核状态(0.未审核1.审核成功2.审核失败)</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>