编辑支付宝路由信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>编辑支付宝路由信息接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>routerType/editZfbRouterType.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>
<tr>
<td style="text-align: left;">deviceIds</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>支付场景(不同支付场景用&brvbar;分隔): 08:主扫, 05:被扫, 0600:公众号,0603:新立码,04:网页支付,14:小程序, 0601:H5网页</td>
</tr>
<tr>
<td style="text-align: left;">online</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">Integer</td>
<td>线上线下:0-线下 1-线上</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
head: {
rd: &quot;0&quot;,
rm: &quot;成功&quot;
},
body: {
removeCacheKey: null,
fromCache: null,
errCode: null,
errMessage: null,
routerTypeId: 5236
}
}</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;">routerTypeId</td>
<td style="text-align: left;">int</td>
<td>成功添加纪录后返回的routerTypeId</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>