产品详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取产品详情接口</li>
</ul>
<p><strong>请求URL(发送验证码):</strong> </p>
<ul>
<li><code>https://srmplat.tingyun.work/api/app/productinfo</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;">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;statusCode&quot;: 200,
&quot;data&quot;: {
&quot;id&quot;: 1,//产品id
&quot;title&quot;: &quot;各种异型冷拔管&quot;,//产品标题
&quot;images&quot;: &quot;/upload/20250118/abc32432.png;/upload/20250118/23432234.png&quot;,//图片地址(多个用分号隔开)
&quot;viewCount&quot;: 123,//流量量
&quot;price&quot;: 100000,//产品价格
&quot;prePrice&quot;: 1000,//下单预付款
&quot;orgName&quot;: &quot;深圳市聚合电子厂&quot;,//企业名称
&quot;addressDtl&quot;: &quot;广东省深圳市宝安区西乡街道&quot;,//详细地址
&quot;info&quot;: &quot;&lt;p&gt;是一款质量挺好的产品&lt;/p&gt;&quot;,//产品描述
&quot;isCollect&quot;:false//是否已关注,true-已关注,false-否
},
&quot;msg&quot;: &quot;获取成功&quot;
}</code></pre>
<p><strong>推荐产品:</strong></p>
<ul>
<li>使用接口 [【首页推荐产品列表】](<a href="https://www.showdoc.com.cn/srmplat/11558552365970650">https://www.showdoc.com.cn/srmplat/11558552365970650</a> "【首页推荐产品列表】"),取前面的6个,注意这里的价格需根据接口参数来取</li>
</ul>