对接管理员列表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>对接管理员列表接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>api/organization/couponsContactAdmin/pagination</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>
<tr>
<td style="text-align: left;">userName</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>对接员</td>
</tr>
<tr>
<td style="text-align: left;">dptName</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>部门名称</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 0,
&quot;data&quot;: {
&quot;records&quot;: [
{
&quot;id&quot;: 1941,
&quot;organizationId&quot;: 132,
&quot;departmentId&quot;: 199,
&quot;userId&quot;: 137935,
&quot;createTime&quot;: &quot;2024-03-25 11:25:45&quot;,
&quot;updateTime&quot;: &quot;2024-03-25 11:25:45&quot;,
&quot;userName&quot;: &quot;145&quot;,
&quot;phone&quot;: &quot;15856886668&quot;,
&quot;dptName&quot;: &quot;华西一公司&quot;
},
{
&quot;id&quot;: 1942,
&quot;organizationId&quot;: 132,
&quot;departmentId&quot;: 200,
&quot;userId&quot;: 137936,
&quot;createTime&quot;: &quot;2024-03-25 11:25:45&quot;,
&quot;updateTime&quot;: &quot;2024-03-25 11:25:45&quot;,
&quot;userName&quot;: &quot;156&quot;,
&quot;phone&quot;: &quot;18956555561&quot;,
&quot;dptName&quot;: &quot;华西二公司&quot;
}
],
&quot;total&quot;: 2,
&quot;size&quot;: 10,
&quot;current&quot;: 1,
&quot;orders&quot;: [],
&quot;optimizeCountSql&quot;: true,
&quot;searchCount&quot;: true,
&quot;countId&quot;: null,
&quot;maxLimit&quot;: null,
&quot;pages&quot;: 1
},
&quot;message&quot;: &quot;success&quot;,
&quot;timestamp&quot;: 1711338433804
}</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>