风控后台


亲人通讯录接口

<p><strong>创建人:</strong> </p> <ul> <li>赵聪</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com/api/report/queryrelativecontacts</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>get</li> <li>请求携带tokn</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;">consumerNo</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户id</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot;, &amp;quot;code&amp;quot;: 0, &amp;quot;list&amp;quot;: [ { &amp;quot;name&amp;quot;: &amp;quot;超齐姑爷&amp;quot;, &amp;quot;mobile&amp;quot;: &amp;quot;13965837156&amp;quot; }, { &amp;quot;name&amp;quot;: &amp;quot;姨&amp;quot;, &amp;quot;mobile&amp;quot;: &amp;quot;15212953217&amp;quot; }, { &amp;quot;name&amp;quot;: &amp;quot;妹妹&amp;quot;, &amp;quot;mobile&amp;quot;: &amp;quot;18225565496&amp;quot; }, { &amp;quot;name&amp;quot;: &amp;quot;妈妈&amp;quot;, &amp;quot;mobile&amp;quot;: &amp;quot;15255669006&amp;quot; }, { &amp;quot;name&amp;quot;: &amp;quot;爸爸&amp;quot;, &amp;quot;mobile&amp;quot;: &amp;quot;18655831922&amp;quot; } ] }</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;">code</td> <td style="text-align: left;">int</td> <td>返回成功时状态码</td> </tr> <tr> <td style="text-align: left;">name</td> <td style="text-align: left;">String</td> <td>姓名</td> </tr> <tr> <td style="text-align: left;">mobile</td> <td style="text-align: left;">String</td> <td>联系方式</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML