获取指定商品信息
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/store-goods/find</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</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;">goods_id</td>
<td style="text-align: left;">require,>0</td>
<td style="text-align: left;">int</td>
<td>商品自增id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例:</strong></p>
<pre><code class="language-json">{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;id&quot;: 188,
&quot;cover_image&quot;: &quot;&quot;,
&quot;alias&quot;: &quot;海鳗鱼&quot;,
&quot;title&quot;: &quot;&quot;,
&quot;original_price&quot;: 0,
&quot;sale_price&quot;: 1,
&quot;content&quot;: &quot;&quot;,
&quot;gen_qrcode_qty&quot;: 1,
&quot;type&quot;: 0,
&quot;enable_switch&quot;: 1,
&quot;create_datetime&quot;: &quot;2024-08-27 10:06:29&quot;,
&quot;update_datetime&quot;: &quot;2024-08-27 10:06:29&quot;,
&quot;brokerage_price&quot;: 0,
&quot;category_id&quot;: 18,
&quot;hot_switch&quot;: 0,
&quot;scanner_brokerage_price&quot;: 0,
&quot;service_type&quot;: 1,
&quot;coupon_par_price&quot;: 0,
&quot;coupon_expiry_day&quot;: 0
},
&quot;code&quot;: 0
}</code></pre>