服务商列表-查看
<p><strong>简要描述:</strong> </p>
<ul>
<li>跨境管理-服务商管理-服务商列表-查看</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>https://op.ipaynow.cn/tradeModel/ipOriginalServiceController/getIPOriginalService.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>
</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;result&quot;:[{&quot;originalServiceId&quot;:&quot;149691367295843&quot;,&quot;originalServiceName&quot;:&quot;BDS&quot;,
&quot;areaId&quot;:&quot;NZ&quot;,&quot;areaName&quot;:&quot;新西兰&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>