商户支付参数根据渠道查询
<p><strong>简要描述:</strong> </p>
<ul>
<li>商户支付参数列表-查询添加增加渠道</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>paramsManage/getMchPayParamsList.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;">channelId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>渠道号</td>
</tr>
</tbody>
</table>
<p>其他参数参照之前的,渠道只是在之前的基础上增加
<strong>渠道说明</strong>
渠道查询接口: <code>common/selectDataDic.do</code>
<strong>请求方式:</strong> POST </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;">dataType</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>42</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; : 1,
&quot;totalCount&quot; : 1,
&quot;orderIndexPrevate&quot; : {
},
&quot;orderIndexNext&quot; : {
},
&quot;prevTotalCount&quot; : {
},
&quot;currentTotalCount&quot; : {
},
&quot;tenNum&quot; : {
},
&quot;factTransDateBegin&quot; : {
},
&quot;factTransDateEnd&quot; : {
},
&quot;pageType&quot; : {
}
},
&quot;result&quot; : {
&quot;0&quot; : {
&quot;mchId&quot; : &quot;000000100518018&quot;,
&quot;mchName&quot; : {
},
&quot;email&quot; : &quot;gaohuiqian1992@163.com&quot;,
&quot;createTime&quot; : &quot;2017-02-24 17:44:57.0&quot;,
&quot;deviceId&quot; : &quot;05&quot;,
&quot;routerTypeId&quot; : 21,
&quot;channelId&quot; : &quot;12&quot;,
&quot;paramId&quot; : 1402,
&quot;routerId&quot; : 16623,
&quot;routerConfigId&quot; : 15000,
&quot;enable&quot; : 1,
&quot;pospConfigId&quot; : 0,
&quot;type&quot; : 0,
&quot;approve&quot; : 0,
&quot;display&quot; : 0,
&quot;subId&quot; : &quot;1985319638&quot;
},
}
}
} </code></pre>
<p><strong>返回参数说明</strong>
返回结果同之前</p>