获取对外用户总账号列表
<h5>简要描述</h5>
<p>-获取对外用户总账号列表</p>
<h5>请求URL</h5>
<ul>
<li><code>http://xx.com/Admin/UserInterface/getParentAccountList</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get </li>
</ul>
<h5>返回示例</h5>
<pre><code>{
"status": 200,
"msg": "获取成功",
"data": [
{
"id": "77",//对外用户id
"accounts": "YCKjs1"//对外用户账号
},
{
"id": "71",
"accounts": "wm1"
}
]
}</code></pre>