立即兑换
<p><strong>简要描述:</strong> </p>
<ul>
<li>立即兑换</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/score/score-parts/shopping-submit</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:{"parts":[{"id":"2","count":"2"}]}</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;">parts</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">array</td>
<td>商品信息</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;errCode&quot;: 1000,
&quot;errMsg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;customer&quot;: {
&quot;id&quot;: &quot;63298&quot;,//修理厂ID
&quot;integral&quot;: 9000,//合计积分
&quot;integral_balance&quot;: 8000//合计积分
},
&quot;parts&quot;: [
{
&quot;id&quot;: &quot;2&quot;,//商品ID
&quot;name&quot;: &quot;测试商品&quot;,//名称
&quot;main_pic&quot;: &quot;&quot;,//图片
&quot;integral&quot;: 20,//积分
&quot;exchange_restrictions&quot;: &quot;2&quot;,//X件起兑
&quot;count&quot;: 2//数量
}
]
}
}</code></pre>