订单(兑换)详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>订单(兑换)详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/score/score-parts/score-order-detail</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:{"id":"7"}</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;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>申请单ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;errCode&quot;: 1000,
&quot;errMsg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;org&quot;: {
&quot;id&quot;: &quot;63298&quot;,
&quot;integral&quot;: 9000,
&quot;integral_balance&quot;: 8000
},
&quot;id&quot;: 7,
&quot;status_txt&quot;: &quot;待审核&quot;,
&quot;consignee_name&quot;: &quot;小明&quot;,//收货人
&quot;consignee_mobile&quot;: &quot;17621122112&quot;,//收货电话
&quot;consignee_address&quot;: &quot;达尔文路88号&quot;,//收货地址
&quot;parts_count&quot;: 2,//共X件商品
&quot;total_integral&quot;: 40,//合计X积分
&quot;order_sn&quot;: &quot;&quot;,//申请单号
&quot;created_id&quot;: &quot;&quot;,//申请人
&quot;created_at&quot;: &quot;2021-03-31 19:06:26&quot;,//申请时间
&quot;partsList&quot;: [
{
&quot;id&quot;: &quot;5&quot;,
&quot;parts_id&quot;: &quot;2&quot;,
&quot;parts_name&quot;: &quot;测试商品&quot;,//商品名称
&quot;parts_pic&quot;: &quot;&quot;,//商品图片
&quot;parts_integral&quot;: 20,//商品积分
&quot;count&quot;: 2//商品数量
}
]
}
}</code></pre>