获取发布信息详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取发布信息详情接口</li>
</ul>
<p><strong>请求URL(发送验证码):</strong> </p>
<ul>
<li><code>https://828.xiaozhangshi.com/api/app/getreleaseinfo</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;: 19,
&quot;title&quot;: &quot;传统产业逐浪数字蓝海 向智起航&quot;,
&quot;descInfo&quot;: &quot;传统产业逐浪数字蓝海向智起航:从物流装备制造业企业到全球最大的钢铁企业,再到焕发数字新活力的老牌建筑企业,一路从他们的发展变化中&quot;, //产品简介
&quot;viewCount&quot;: 10,//流览量
&quot;imgUrl&quot;: &quot;/upload/image/20240821132/afdf.jpg&quot;,//产品图片
&quot;labels&quot;: &quot;大模型,人工智能,只能文档&quot;, //关键词
&quot;contacts&quot;: &quot;张三&quot; ,//联系人
&quot;phone&quot;: &quot;18512123212&quot; //联系电话,
&quot;orgId&quot;:10,//企业id,大于0才显示下面的【企业名片】
&quot;orgName&quot;: &quot;霆云科技&quot; //企业名称,
&quot;orgTel&quot;: &quot;0755-98789878&quot; //企业电话,
&quot;orgEmail&quot;: &quot;tyke@qq.com&quot; //企业邮箱,
&quot;orgWebSite&quot;: &quot;https://www.tingyun.work&quot; //企业官网,
&quot;orgStatus&quot;: 1 //状态,0-待审核,1-审核通过,2-拒绝
},
&quot;msg&quot;: &quot;获取成功&quot;
}</code></pre>