cardBinSuning删除
<p>简要描述:</p>
<pre><code>CardBinSimple删除</code></pre>
<p>请求URL:</p>
<pre><code>/basic_data/mng/cardBinSuning/deleteCardBinSuning.do</code></pre>
<p>请求方式:</p>
<pre><code>DELETE</code></pre>
<p>参数:</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;">id</td>
<td style="text-align: left;">Integer</td>
<td style="text-align: left;">是</td>
<td></td>
<td>id</td>
</tr>
</tbody>
</table>
<ul>
<li>备注:无</li>
</ul>
<p>返回示例</p>
<pre><code>{
"hd": {
"respCode": "000000",
"respMsg": "成功"
},
"body": null
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<ul>
<li>常规接口统一规范说明</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>
<th>注释</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">hd:respCoderespCode</td>
<td style="text-align: left;">String</td>
<td style="text-align: left;">否</td>
<td></td>
<td>返回代码:000000代表成功,其他代码代表失败</td>
</tr>
<tr>
<td style="text-align: left;">hd:respMsg</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>