路由类型-路由模型列表(支持)
<p><strong>简要描述:</strong> </p>
<ul>
<li>路由类型 - 路由模型列表(支持)</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/app_center/routerType/getModelList.do</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<ul>
<li>
<p>无</p>
<p><strong>返回示例</strong></p>
</li>
</ul>
<pre><code>{
&quot;head&quot;: {
&quot;rd&quot;: &quot;0&quot;,
&quot;rm&quot;: &quot;成功&quot;
},
&quot;body&quot;: [{
&quot;id&quot;: 17,
&quot;name&quot;: &quot;params_citic_wx/中信微信/17&quot;
}, {
&quot;id&quot;: 16,
&quot;name&quot;: &quot;params_citic_zfb/中信支付宝/16&quot;
}, {
&quot;id&quot;: 15,
&quot;name&quot;: &quot;mybank_wx/网商微信/15&quot;
}, {
&quot;id&quot;: 14,
&quot;name&quot;: &quot;mybank_zfb/网商支付宝/14&quot;
}, {
&quot;id&quot;: 13,
&quot;name&quot;: &quot;hd_cmbc_wx/民生总行微信/13&quot;
}, {
&quot;id&quot;: 12,
&quot;name&quot;: &quot;hd_cmbc_zfb/民生总行支付宝/12&quot;
}, {
&quot;id&quot;: 11,
&quot;name&quot;: &quot;params_wz/微众微信/11&quot;
}, {
&quot;id&quot;: 10,
&quot;name&quot;: &quot;params_zfb_ys/谊盛(平安)支付宝/10&quot;
}, {
&quot;id&quot;: 9,
&quot;name&quot;: &quot;foreign/讯联外卡/9&quot;
}, {
&quot;id&quot;: 8,
&quot;name&quot;: &quot;params_cmbywt/招行一网通/8&quot;
}, {
&quot;id&quot;: 7,
&quot;name&quot;: &quot;union_all/银联全渠道/7&quot;
}, {
&quot;id&quot;: 6,
&quot;name&quot;: &quot;params_mi/小米钱包/6&quot;
}, {
&quot;id&quot;: 5,
&quot;name&quot;: &quot;jd/京东金融/5&quot;
}, {
&quot;id&quot;: 4,
&quot;name&quot;: &quot;params_zfb/ISV支付宝/4&quot;
}, {
&quot;id&quot;: 3,
&quot;name&quot;: &quot;params_indirectzfb/间联支付宝/3&quot;
}, {
&quot;id&quot;: 2,
&quot;name&quot;: &quot;params_wx/官方微信/2&quot;
}, {
&quot;id&quot;: 1,
&quot;name&quot;: &quot;jiupai_payment/九派代付/1&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;">id</td>
<td style="text-align: left;">int</td>
<td>模板id</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>
<p>欢迎使用ShowDoc!</p>