首页推荐产品列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>首页推荐产品列表接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>https://srmplat.tingyun.work/api/app/recproductlist</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get</li>
</ul>
<p><strong>参数:</strong>
无</p>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;statusCode&quot;: 200,
&quot;msg&quot;: null,
&quot;data&quot;: {
&quot;currentPage&quot;: 1,
&quot;totalPages&quot;: 1,
&quot;totalItems&quot;: 9,
&quot;itemsPerPage&quot;: 15,
&quot;items&quot;: [
{
&quot;id&quot;: 1,//产品id
&quot;title&quot;: &quot;各种异型冷拔钢&quot;,//产品标题
&quot;image&quot;: &quot;/upload/20250118/abc32432.png;/upload/20250118/23432234.png&quot;,//图片地址(多个用分号隔开),截取第一张图片
&quot;orgName&quot;: &quot;深圳聚合众电子厂&quot;,//企业名称
&quot;address&quot;: &quot;广东省-深圳市&quot;,//地址
&quot;price&quot;: 12421,//价格,这里不要取这里值,直接写死:面议
}
]
}
}</code></pre>