根据路由编号查询路由名称
<p><strong>简要描述:</strong> </p>
<ul>
<li>根据路由编号查询路由名称接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/settle/bankChannelMchConfigAction/queryRouterTypeName.do</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST | 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>
<tr>
<td style="text-align: left;">routerTypeId</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;bizId&quot;: &quot;100&quot;,
&quot;whiteType&quot;: &quot;routerTypeId&quot;,
&quot;bizOperate&quot;: &quot;roundHalfUpTOneSettleCleanCalculationUnStatisticalStrategy&quot;,
&quot;status&quot;: &quot;0&quot;,
&quot;creator&quot;: &quot;海龙测试用&quot;,
&quot;createDate&quot;: 1485917147000,
&quot;modifier&quot;: null,
&quot;modifyDate&quot;: 1488336353000,
&quot;demo&quot;: &quot;支付宝谊胜默认结算周期&quot;
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p>常规接口统一规范说明</p>
<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>
<th>注释</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">demo</td>
<td style="text-align: left;">String</td>
<td style="text-align: left;">否</td>
<td></td>
<td>路由名称</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>