跑腿申请售后(写)1.0
<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>
<tr>
<td style="text-align: left;">reasonId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>售后理由id</td>
</tr>
<tr>
<td style="text-align: left;">cause</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>具体原因</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code> {
&quot;param&quot;: {
&quot;timeStamp&quot;: &quot;1506415038551&quot;,
&quot;uuid&quot;: &quot;dd0bf721-da04-4761-b247-3d6ecd9d9127&quot;,
&quot;authKey&quot;: &quot;0&quot;,
&quot;secretKey&quot;: &quot;48EAF3777B978B3542EC09FA3AB4DC38&quot;,
&quot;dtype&quot;: 4,
&quot;userKey&quot;: &quot;5A4C24EBACDA61D3E053C208A8C084BA&quot;,
&quot;orderId&quot;:&quot;1&quot;,
&quot;reasonId&quot;:&quot;1&quot;
},
&quot;modular&quot;: &quot;orderafter&quot;,
&quot;requestname&quot;: &quot;addPtOrderAfter&quot;,
&quot;version&quot;: &quot;1.0&quot;
}</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;">resultcode/resultdesc</td>
<td style="text-align: left;">String</td>
<td>0成功/其它返回错误信息(0002,该订单已申请售后;"0002", "订单不存在或订单完成已超过48小时")</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;result&quot;: &quot;&quot;,
&quot;resultcode&quot;: &quot;0&quot;,
&quot;resultdesc&quot;: &quot;提交成功&quot;
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>