确认退押
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>user/contract/delete</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>注释</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">contract_id</td>
<td>合同id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 0,
"msg": "成功",
}</code></pre>
<p><strong>返回参数说明</strong> </p>