获取公海可分配人员
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>获取公海可分配人员</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/Admin/CrmClue/get_merchant_user</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET</li>
</ul>
<h5>参数</h5>
<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>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
"info": {
"code": 200,
"msg": "请求成功!",
"data": [
{
"user_id": "1207",
"name": "佘晓婷",
"mobile": "13026697862"
},
{
"user_id": "1219",
"name": "刘娴娜",
"mobile": "15875360104"
},
{
"user_id": "1230",
"name": "范天逸",
"mobile": "13671902426"
},
{
"user_id": "1231",
"name": "刘俊鹏",
"mobile": "13202280827"
},
{
"user_id": "1254",
"name": "陈彩燕",
"mobile": "15817223900"
},
{
"user_id": "1267",
"name": "学科教学看",
"mobile": "15979886305"
}
]
},
"status": 1,
"url": ""
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>