代理商关联服务商列表-查询
<p><strong>简要描述:</strong> </p>
<ul>
<li>代理商关联服务商列表-查询</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>https://op.ipaynow.cn/tradeModel/ipAgentServiceConfigController/getAgentServiceConfigList.do</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>
<tr>
<td style="text-align: left;">agentId</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>代理商编号</td>
</tr>
<tr>
<td style="text-align: left;">agentName</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>代理商名称</td>
</tr>
<tr>
<td style="text-align: left;">areaId</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>国家</td>
</tr>
<tr>
<td style="text-align: left;">registerEmail</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>注册邮箱</td>
</tr>
<tr>
<td style="text-align: left;">originalServiceId</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>所属服务商编号</td>
</tr>
<tr>
<td style="text-align: left;">originalServiceName</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>所属服务商名称</td>
</tr>
<tr>
<td style="text-align: left;">agentManager</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>代理商负责人</td>
</tr>
<tr>
<td style="text-align: left;">currentPage</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>第几页</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;head&quot;: {
&quot;rd&quot;: &quot;0&quot;,
&quot;rm&quot;: &quot;成功&quot;
},
&quot;body&quot;: {
&quot;paginator&quot;: {
&quot;currentPage&quot;: 1,
&quot;pageSize&quot;: 20,
&quot;pageNum&quot;: 1,
&quot;totalCount&quot;: 1,
&quot;orderIndexPrevate&quot;: null,
&quot;orderIndexNext&quot;: null,
&quot;prevTotalCount&quot;: null,
&quot;currentTotalCount&quot;: null,
&quot;tenNum&quot;: null,
&quot;factTransDateBegin&quot;: null,
&quot;factTransDateEnd&quot;: null,
&quot;pageType&quot;: null
},
&quot;result&quot;: [
{
&quot;agentId&quot;: &quot;000000001600094&quot;,
&quot;agentName&quot;: &quot;zhangchenglin&quot;,
&quot;areaId&quot;: null,
&quot;registerEmail&quot;: &quot;fanjia@ipaynow.cn&quot;,
&quot;agentManager&quot;: &quot;1031&quot;,
&quot;originalServiceId&quot;: &quot;151244690613523&quot;,
&quot;originalServiceName&quot;: &quot;张成林&quot;,
&quot;serviceType&quot;: 2,
&quot;enabled&quot;: 0,
&quot;createTime&quot;: 1513821415000
}
]
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>