服务商列表-查询
<p><strong>简要描述:</strong> </p>
<ul>
<li>跨境管理-服务商管理-服务商列表-查询</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>https://op.ipaynow.cn/tradeModel/ipOriginalServiceController/getIPOriginalServiceList.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;">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;">areaId</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>国家</td>
</tr>
<tr>
<td style="text-align: left;">serviceType</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">Byte</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;">serviceManager</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;:2,&quot;totalCount&quot;:36,&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;originalServiceId&quot;:&quot;149691367295843&quot;,&quot;originalServiceName&quot;:&quot;BDS&quot;,
&quot;areaId&quot;:&quot;NZ&quot;,&quot;serviceType&quot;:1,&quot;serviceNum&quot;:&quot;2088221884123940&quot;,&quot;registerEmail&quot;:&quot;admin@saigonkingdom.co.nz&quot;,&quot;serviceManager&quot;:&quot;42&quot;,&quot;corpManager&quot;:&quot;jack&quot;,
&quot;passportNum&quot;:&quot;123456789&quot;,&quot;corpAddress&quot;:&quot;新西兰&quot;,&quot;corpUrl&quot;:&quot;https://op.ipaynow.cn&quot;,&quot;remark&quot;:&quot;冯强添加&quot;,&quot;createTime&quot;:&quot;2017-01-13 11:18:08&quot;,&quot;updateTime&quot;:null}]}}</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>
<tr>
<td style="text-align: left;">serviceType</td>
<td style="text-align: left;">Byte</td>
<td>服务商类型,1:普通服务商,2:机构服务商</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>