【57】查看退货详情
<p>[TOC]</p>
<h5>接口状态</h5>
<ul>
<li><code>正常</code></li>
</ul>
<h5>框架版本</h5>
<ul>
<li><code>≥ 2.0.5.0</code></li>
</ul>
<h5>更新时间</h5>
<ul>
<li><code>2024/11/28</code></li>
</ul>
<h5>调用额度</h5>
<ul>
<li><code>免额度</code></li>
</ul>
<h5>简要描述</h5>
<ul>
<li>查看退货详情</li>
</ul>
<h5>DLL调用例子</h5>
<pre><code>Api_GetOrderReturnDetails(&quot;$userNick$&quot;,&quot;2218165087899&quot;,&quot;2386168251550089978&quot;)</code></pre>
<h5>易语言模块调用例子</h5>
<pre><code>SaiNiu.Api.查看退货详情(&quot;$userNick$&quot;,&quot;2218165087899&quot;,&quot;2386168251550089978&quot;)</code></pre>
<h5>POST调用例子</h5>
<pre><code>http://127.0.0.1:3030/SaiNiuApi/Api</code></pre>
<pre><code>&amp;post=GetOrderReturnDetails&amp;data={&quot;userNick&quot;:&quot;$userNick$&quot;,&quot;buyerEid&quot;:&quot;2218165087899&quot;,&quot;orderId&quot;:&quot;2386168251550089978&quot;}</code></pre>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<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;">userNick</td>
<td style="text-align: left;">文本型</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">千牛账号,为方便测试$userNick$表示取随机队列账号</td>
<td>tb123456</td>
</tr>
<tr>
<td style="text-align: left;">buyerEid</td>
<td style="text-align: left;">文本型</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">用户旺旺Eid或Uid</td>
<td>2218165087899</td>
</tr>
<tr>
<td style="text-align: left;">orderId</td>
<td style="text-align: left;">文本型</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">订单号</td>
<td>2386168251550089978</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{&quot;code&quot;:200,&quot;data&quot;:{&quot;agreeButtonShow&quot;:true,&quot;realFee&quot;:&quot;5.00&quot;,&quot;goodsStatus&quot;:&quot;未发货&quot;,&quot;canRefuseReceiptGoods&quot;:true,&quot;expireTime&quot;:&quot;2024-11-29 11:29:40&quot;,&quot;sellerAcceptApplyButtonShow&quot;:false,&quot;enablePermissionCheck&quot;:true,&quot;disableRefuseButton&quot;:true,&quot;refundContent&quot;:&quot;发起了仅退款申请\n货物状态:未发货\n原因:不想要了\n金额:5.00元&quot;,&quot;disableRefuseButtonText&quot;:&quot;买家未收到货,无法拒绝退款&quot;,&quot;refundFee&quot;:&quot;5.00&quot;,&quot;refundContentCreateTime&quot;:&quot;2024-11-28 11:29:40&quot;,&quot;sellerType&quot;:&quot;tb&quot;,&quot;refundCount&quot;:0,&quot;refundId&quot;:&quot;187371300429087899&quot;,&quot;refundOperator&quot;:&quot;t**&quot;,&quot;refundPostFeeRemindShow&quot;:false,&quot;sellerRefuseApplyButtonShow&quot;:false,&quot;sellerConfirmSendGoodsButtonShow&quot;:false,&quot;refundReason&quot;:&quot;不想要了&quot;,&quot;refundStatus&quot;:&quot;请处理退款申请&quot;,&quot;refundSteps&quot;:[{&quot;status&quot;:&quot;DONE&quot;,&quot;text&quot;:&quot;买家申请&quot;},{&quot;status&quot;:&quot;DOING&quot;,&quot;text&quot;:&quot;商家处理申请&quot;},{&quot;status&quot;:&quot;TODO&quot;,&quot;text&quot;:&quot;退款完毕&quot;}],&quot;refundTime&quot;:&quot;2024-11-28 11:29:39&quot;,&quot;sellerRefuseReturnGoodsButtonShow&quot;:false,&quot;refundType&quot;:&quot;仅退款&quot;,&quot;refuseButtonShow&quot;:true,&quot;sellerAgreeRefundButtonShow&quot;:false,&quot;sellerAgreeReturnGoodsApplyButtonShow&quot;:false,&quot;sellerReceiptAndAgreeRefundButtonShow&quot;:false,&quot;sellerConfirmReceiptAndAgreeRefundButtonShow&quot;:false,&quot;sellerRefuseRefundButtonShow&quot;:false,&quot;sellerRefuseReturnGoodsApplyButtonShow&quot;:false},&quot;ret&quot;:[&quot;SUCCESS::调用成功&quot;]}</code></pre>
<h5>返回参数说明</h5>
<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;">code</td>
<td style="text-align: left;">整数型</td>
<td>返回结果,成功=200,失败≠200</td>
</tr>
<tr>
<td style="text-align: left;">data</td>
<td style="text-align: left;">文本型</td>
<td>调用结果</td>
</tr>
<tr>
<td style="text-align: left;">reg</td>
<td style="text-align: left;">文本型</td>
<td>结果说明,调用成功或失败原因</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>