业务区域负责人接口
<p><strong>简要描述:</strong> </p>
<ul>
<li>业务区域负责人接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xxxx/dms/sales-order-app/staff-list</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;errCode&quot;: 1000,
&quot;errMsg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;list&quot;: [
{
&quot;id&quot;: &quot;1&quot;,
&quot;name&quot;: &quot;管理员&quot;
},
{
&quot;id&quot;: &quot;3&quot;,
&quot;name&quot;: &quot;李辉&quot;
},
{
&quot;id&quot;: &quot;560&quot;,
&quot;name&quot;: &quot;杨文帅&quot;
},
{
&quot;id&quot;: &quot;773&quot;,
&quot;name&quot;: &quot;宋文辉&quot;
},
{
&quot;id&quot;: &quot;789&quot;,
&quot;name&quot;: &quot;许西泉&quot;
},
{
&quot;id&quot;: &quot;1005&quot;,
&quot;name&quot;: &quot;张伟达测试&quot;
},
{
&quot;id&quot;: &quot;941&quot;,
&quot;name&quot;: &quot;陈鸿鑫&quot;
},
{
&quot;id&quot;: &quot;51&quot;,
&quot;name&quot;: &quot;傅滨&quot;
}
]
}
}</code></pre>
<p><strong>请求返回参数说明</strong> </p>
<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;">id</td>
<td style="text-align: left;">int</td>
<td>业务负责任人ID</td>
</tr>
<tr>
<td style="text-align: left;">name</td>
<td style="text-align: left;">string</td>
<td>业务负责任人名称</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>