退款信息查询(读-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_read_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> {
&quot;version&quot;: &quot;1.0&quot;,
&quot;modular&quot;:&quot;runOrder&quot;,
&quot;requestname&quot;:&quot;appQueryRefundInfo&quot;,
&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;5A2522AEA63C0D94E053C208A8C07F8E&quot;,
&quot;orderId&quot;: &quot;6F0EA717513E4F0FA212D18AEFC487CF&quot;
}
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code>
{
&quot;result&quot;: {
&quot;refundProcessTime&quot;: &quot;2018/04/08 14:39:16&quot;,
&quot;refundReason&quot;: &quot;asf&quot;,
&quot;refundAmount&quot;: &quot;0&quot;,
&quot;refundStatus&quot;: &quot;1&quot;,
&quot;refundReply&quot;: &quot;lskdjf&quot;
},
&quot;resultcode&quot;: &quot;0&quot;,
&quot;resultdesc&quot;: &quot;success&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;">refundReason</td>
<td style="text-align: left;">String</td>
<td>退款原因</td>
</tr>
<tr>
<td style="text-align: left;">refundAmount</td>
<td style="text-align: left;">String</td>
<td>退款金额</td>
</tr>
<tr>
<td style="text-align: left;">refundStatus</td>
<td style="text-align: left;">String</td>
<td>退款状态(退款状态:1退款中,2同意退款,3退款失败)</td>
</tr>
<tr>
<td style="text-align: left;">refundReply</td>
<td style="text-align: left;">String</td>
<td>退款客服回复</td>
</tr>
<tr>
<td style="text-align: left;">refundProcessTime</td>
<td style="text-align: left;">String</td>
<td>退款处理时间</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>