B1-商户渠道-查询元服务能力列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>商户渠道能力配置-元服务能力列表接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>测试环境 <code>https://op-test1.ipaynow.cn/agg_acc_web_op/merchantChannelAbilityConfig/oriChannelServiceAbilityList.do</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </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>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code></code></pre>
<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;: null,
&quot;result&quot;: [
{
&quot;id&quot;: &quot;F001&quot;,
&quot;name&quot;: &quot;开户&quot;,
&quot;enable&quot;: &quot;0&quot;
},
{
&quot;id&quot;: &quot;F002&quot;,
&quot;name&quot;: &quot;外部汇入&quot;,
&quot;enable&quot;: &quot;0&quot;
},
{
&quot;id&quot;: &quot;F003&quot;,
&quot;name&quot;: &quot;充值&quot;,
&quot;enable&quot;: &quot;0&quot;
},
{
&quot;id&quot;: &quot;F004&quot;,
&quot;name&quot;: &quot;提现&quot;,
&quot;enable&quot;: &quot;0&quot;
},
{
&quot;id&quot;: &quot;F005&quot;,
&quot;name&quot;: &quot;转账&quot;,
&quot;enable&quot;: &quot;0&quot;
},
{
&quot;id&quot;: &quot;F006&quot;,
&quot;name&quot;: &quot;代付&quot;,
&quot;enable&quot;: &quot;0&quot;
},
{
&quot;id&quot;: &quot;F007&quot;,
&quot;name&quot;: &quot;代收&quot;,
&quot;enable&quot;: &quot;0&quot;
},
{
&quot;id&quot;: &quot;F008&quot;,
&quot;name&quot;: &quot;销户&quot;,
&quot;enable&quot;: &quot;0&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;">rd</td>
<td style="text-align: left;">string</td>
<td>接口调用结果:0成功,1失败</td>
</tr>
<tr>
<td style="text-align: left;">rm</td>
<td style="text-align: left;">string</td>
<td>接口调用结果:0成功,1失败</td>
</tr>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">string</td>
<td>能力编号</td>
</tr>
<tr>
<td style="text-align: left;">name</td>
<td style="text-align: left;">string</td>
<td>能力名称</td>
</tr>
<tr>
<td style="text-align: left;">enable</td>
<td style="text-align: left;">string</td>
<td>能力启用状态(0非选中,1选中)</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>