灰名单原因
<p><strong>创建人:</strong> </p>
<ul>
<li>杨宇忠</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>user/blacklist/greyReason</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </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;">type</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>10:查询接口灰名单原因,20:新增接口灰名单原因</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg": "success",
"code": 0,
"data": [
{
"name": "信息冒用",
"type": 0
},
{
"name": "账户盗用",
"type": 1
},
{
"name": "资料造假",
"type": 2
},
{
"name": "欺诈中介",
"type": 3
},
{
"name": "伪冒团伙",
"type": 4
},
{
"name": "个人欺诈",
"type": 5
},
{
"name": "外部高风险",
"type": 6
}
]
}</code></pre>