服务商渠道参数列表-查看
<p><strong>简要描述:</strong> </p>
<ul>
<li>跨境管理-服务商管理-服务商渠道参数列表-查看
<strong>请求URL:</strong> </li>
<li><code>https://op.ipaynow.cn/tradeModel/ipServicePayParamController/getIPServicePayParam.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;">channelId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>渠道</td>
</tr>
<tr>
<td style="text-align: left;">deviceId</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;">serviceNum</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>
</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;originalServiceId&quot;:&quot;149691367295843&quot;,&quot;originalServiceName&quot;:&quot;BDS&quot;,&quot;deviceId&quot;:&quot;01,02,0600,0608&quot;,&quot;wxMchId&quot;:&quot;1310006801&quot;,&quot;publicKey&quot;:&quot;&quot;,&quot;createTime&quot;:&quot;2017-01-13 11:18:08&quot;,&quot;privateKey&quot;:&quot;&quot;,&quot;updateTime&quot;:&quot;2017-04-17 21:39:09&quot;,&quot;remark&quot;:&quot;000000000517671&quot;,&quot;channelId&quot;:&quot;80&quot;,&quot;wxAppKey&quot;:&quot;543dfc340f7709ef8aea52468079c2ea&quot;,&quot;wxSubMchId&quot;:&quot;14364419&quot;,&quot;pid&quot;:&quot;&quot;,&quot;errorMsg&quot;:&quot;成功&quot;,&quot;wxAppId&quot;:&quot;wx9e2f05ebe585d971&quot;,&quot;payParam&quot;:&quot;{\&quot;wx_sub_mch_id\&quot;:\&quot;14364419\&quot;,\&quot;wx_app_id\&quot;:\&quot;wx9e2f05ebe585d971\&quot;,\&quot;wx_app_key\&quot;:\&quot;543dfc340f7709ef8aea52468079c2ea\&quot;,\&quot;wx_mch_id\&quot;:\&quot;1310006801\&quot;,\&quot;wx_mch_key\&quot;:\&quot;6883E9F22673DC0234D9A7CE076DE0C2\&quot;}&quot;,&quot;serviceId&quot;:&quot;201701122236020001&quot;,&quot;sellerId&quot;:&quot;&quot;,&quot;wxMchKey&quot;:&quot;6883E9F22673DC0234D9A7CE076DE0C2&quot;,&quot;errorCode&quot;:&quot;0000&quot;,&quot;key&quot;:&quot;&quot;}</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;">deviceId</td>
<td style="text-align: left;">string</td>
<td>设备(可能是多个)</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>