D1-账户渠道-查询渠道列表
<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/accountChannelAbilityConfig/queryAllChannelList.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;Q1&quot;,
&quot;name&quot;: &quot;九派&quot;
},
{
&quot;id&quot;: &quot;Q2&quot;,
&quot;name&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;">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>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>