获取审核标签
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取审核标签</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/verifyResp/getLabel</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>GET</p>
<p><strong>返回示例</strong></p>
</li>
</ul>
<pre><code>{
"msg": "success",
"code": 0,
"data": "{\"unPass\":[{\"cn\":\"非本人常用手机号\",\"en\":\"Uncommonly used phone numbers\"},{\"cn\":\"借款信息和接电本人不一致\",\"en\":\"Information mismatch between the borrower and that of the phone receiver\"},{\"cn\":\"非本人审请借款\",\"en\":\"Non-personal application\"},{\"cn\":\"银行卡非本人\",\"en\":\"Not applicant's bank account\"},{\"cn\":\"连续三次电话未接通\",\"en\":\"Unanswered calls three times in a row\"},{\"cn\":\"当前客户无借款需求\",\"en\":\"Customer not in want of a loan\"},{\"cn\":\"电话已接通并连续三次拨打出现无法识别客户的话音\",\"en\":\"Unable to recognize customer voice for three phone calls\"},{\"cn\":\"其他\",\"en\":\"Others\"}],\"follow\":[{\"cn\":\"未联系上本人\",\"en\":\"Customer could not be contacted\"},{\"cn\":\"本人暂无时间接听,约定时间回访\",\"en\":\"Not available for the moment, make an appointment for another call\"},{\"cn\":\"其他\",\"en\":\"Others\"}]}"
}</code></pre>