查看路由详细信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>查看路由详细信息接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>routerType/getRouterTypeDetail.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;">routerTypeId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">Integer</td>
<td>routerTypeId</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;removeCacheKey&quot;: null,
&quot;fromCache&quot;: null,
&quot;errCode&quot;: null,
&quot;errMessage&quot;: null,
&quot;id&quot;: 5236,
&quot;name&quot;: &quot;微信_民生厦门分行_大商户号&quot;,
&quot;tableName&quot;: &quot;微信直连&quot;,
&quot;tradeType&quot;: &quot;大商户号&quot;,
&quot;memo&quot;: null,
&quot;orgNumber&quot;: &quot;1320109201&quot;,
&quot;belongMchId&quot;: null,
&quot;directSettleFlag&quot;: 1,
&quot;deviceIds&quot;: &quot;02|05|08|0600|0603|11&quot;,
&quot;channelName&quot;: null,
&quot;shortName&quot;: null,
&quot;des&quot;: null,
&quot;bank&quot;: &quot;招商银行&quot;,
&quot;createTime&quot;: null,
&quot;updateTime&quot;: null,
&quot;online&quot;: 0
}
}</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;">id</td>
<td style="text-align: left;">int</td>
<td>成功添加纪录后返回的routerTypeId</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;">orgNumber</td>
<td style="text-align: left;">string</td>
<td>机构号</td>
</tr>
<tr>
<td style="text-align: left;">tradeType</td>
<td style="text-align: left;">string</td>
<td>交易类型:01,大商户号(大号小号均所属现在支付) 05,独立商户号(大号所属现在支付,小号所属商户)</td>
</tr>
<tr>
<td style="text-align: left;">deviceIds</td>
<td style="text-align: left;">string</td>
<td>支付场景(不同支付场景用¦分隔): 08:主扫, 05:被扫, 0600:公众号,0603:新立码,04:网页支付,14:小程序, 0601:H5网页</td>
</tr>
<tr>
<td style="text-align: left;">online</td>
<td style="text-align: left;">int</td>
<td>线上线下:0-线下 1-线上</td>
</tr>
<tr>
<td style="text-align: left;">bank</td>
<td style="text-align: left;">string</td>
<td>所属机构</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>