银联全渠道是否已配置卡类型
<p><strong>简要描述:</strong> </p>
<ul>
<li>银联全渠道进件页面新增-选择是否已配置卡类型</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>unionAll/addUnionAllParam.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;">configuredCardType</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">Integer</td>
<td>有且只能为1时才可以提交</td>
</tr>
</tbody>
</table>
<p>在之前的版本上新增参数configuredCardType,如果选了是,则固定传1,如果选了否或者没选,前端控制不让提交,后台也会做验证</p>
<p><strong>返回示例</strong></p>
<pre><code>{&quot;head&quot;:{&quot;rd&quot;:&quot;0&quot;,&quot;rm&quot;:&quot;&quot;},&quot;body&quot;:null}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>暂未配置卡类型,不能新增;若已配置,请选择是</li>
</ul>