用户取消预约和删除上门回收订单
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户取消预约和删除上门回收订单</li>
</ul>
<p><strong>作者:</strong> </p>
<ul>
<li>dxm</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/xtwl_write_interface/cmd</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;">type</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>1取消预约2删除</td>
</tr>
<tr>
<td style="text-align: left;">orderId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>订单id</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code>{
"param": {
"timeStamp": "1506415038551",
"uuid": "dd0bf721-da04-4761-b247-3d6ecd9d9127",
"authKey": "0",
"secretKey": "48EAF3777B978B3542EC09FA3AB4DC38",
"dtype": 4,
"userKey": "63AD679E6E550951E053C208A8C0FA06",
"custId":"EFAD2C1757EA418BABA8D58D49B9DDFB",
"type":"2",
"orderId":"72E7C3A2403E4F969FB6D2BDD7E50CA3"
},
"modular": "order",
"requestname": "delRecyclingOrder",
"version": "1.0"
}</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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"result": "",
"resultcode": "0",
"resultdesc": "success"
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>