用户取消售后退款(2.5)
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户撤销售后退款</li>
</ul>
<p><strong>作者:</strong> </p>
<ul>
<li>徐辉</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;">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>{
"modular": "refund",
"param": {
"authKey": "0",
"dtype": "7",
"secretKey": "A0F407B699A85B2669A3C31F0271CF94",
"timeStamp": "1546908719649",
"userKey": "797E44ABFBC7630EE05390F91FACFD9D",
"uuid": "e2c00625dca348b7a61eec2334142f93",
"orderId": "D15F81C58B0347B5BC080F608B75D427"
},
"requestname": "cancalAfRefund",
"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>
<tr>
<td style="text-align: left;"></td>
<td style="text-align: left;"></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"result": "售后退款申请已取消",
"resultcode": "0",
"resultdesc": "success"
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>