首页最新采购列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>首页最新采购列表接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>https://srmplat.tingyun.work/api/app/newpurchaselist</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;HDPE排水清洁口&quot;,//采购标题
&quot;image&quot;: &quot;/upload/20250118/abc32432.png;/upload/20250118/23432234.png&quot;,//图片地址(多个用分号隔开),截取第一张图片
&quot;releaseDate&quot;: &quot;2025-01-18 15:21:11&quot;,//发布时间,需格式化下
&quot;Craft&quot;: NULL,//工艺
&quot;material&quot;: &quot;不锈钢&quot;,//材质
&quot;delivery&quot;: &quot;广东深圳&quot;,//交货地
&quot;number&quot;: 1000,//采购数量
&quot;numberUnitName&quot;: &quot;个&quot;,//采购数量单位名称
&quot;deadlineDate&quot;: &quot;2025-03-30&quot;, //截止日期
&quot;industryTypeName&quot;:&quot;综合分类&quot;//分类名称
}
]
}
}</code></pre>