商品详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>商品详情</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/score/score-parts/parts-detail</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:{"parts_id":"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_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;parts_id&quot;: &quot;2&quot;,//商品ID
&quot;parts_pic&quot;: [//商品图片
&quot;http://smarterp.com/upload/integral_parts/202103291111.png&quot;
],
&quot;parts_name&quot;: &quot;测试商品&quot;, //商品名称
&quot;parts_integral&quot;: 20, //积分
&quot;parts_price&quot;: &quot;50.00&quot;, //市场价
&quot;parts_exchange_restrictions&quot;: &quot;1&quot;, //X件起兑
&quot;parts_content&quot;: &quot;content备注&quot;, //详情
&quot;parts_count&quot;: 0, //库存
&quot;org_id&quot;: &quot;63298&quot;, //门店ID
&quot;org_name&quot;: &quot;测试门店0324002&quot;, //门店名称
&quot;org_integral&quot;: 100000, //门店积分
&quot;org_integral_balance&quot;: 100000, //门店可用积分
&quot;is_sub&quot;: 2, //【立即兑换】是否可点:1可点、2不可点
&quot;error&quot;: &quot;库存不足&quot; //不可点原因
}
}</code></pre>