采购详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取采购详情接口</li>
</ul>
<p><strong>请求URL(发送验证码):</strong> </p>
<ul>
<li><code>https://srmplat.tingyun.work/api/app/getpurchaseinfo</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;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;//分类名称
&quot;contacts&quot;:&quot;张三&quot;,//联系人
&quot;requireInfo&quot;:&quot;规格在2.22*2.10*3.21范围之内&quot;//求购说明,如果是空,用“--”替代显示
},
&quot;msg&quot;: &quot;获取成功&quot;
}</code></pre>