获取路演详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取路演详情接口</li>
</ul>
<p><strong>请求URL(发送验证码):</strong> </p>
<ul>
<li><code>https://828.xiaozhangshi.com/api/app/getloadshowdtl</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;viewCount&quot;: 10,//流览量
&quot;CoverImg&quot;: &quot;/upload/image/20240821132/afdf.jpg&quot;,//封面图
&quot;ContentInfo1&quot;: &quot;大模型,人工智能,只能文档&quot;, //项目介绍
&quot;ContentInfo2&quot;: &quot;张三&quot; ,//公司简介
&quot;videoUrl&quot;:&quot;http://flv4.people.com.cn/videofile7/pvmsvideo/2024/6/3/CaiJingYanJiuYuan-ZhaoJing_6e8c2f10f8b5088116fa1588ad1a05f2_ms_hd.mp4&quot;//视频地址,有视频就放视频,没有就放上面的封面图
},
&quot;msg&quot;: &quot;获取成功&quot;
}</code></pre>