获取专题详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取专题详情接口</li>
</ul>
<p><strong>请求URL(发送验证码):</strong> </p>
<ul>
<li><code>https://828.xiaozhangshi.com/api/app/getspeinfo</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;: 6,
&quot;name&quot;: &quot;领导调研与企业代表参观&quot;,
&quot;subjectInfo&quot;: &quot;自成立以来,828巨人港已引入过百次政府领导或企业代表莅临参观交流。&quot;,
&quot;mainImg&quot;: &quot;/upload/images/2024820/601.jpg&quot;,
&quot;content&quot;: &quot;\u003Cp class=\&quot;MsoNormal\&quot;\u003E\u003Cspan style=\&quot;mso-spacerun: 'yes'; font-family: 宋体; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; font-size: 10.5000pt; mso-font-kerning: 1.0000pt;\&quot;\u003E\u003Cspan style=\&quot;font-family: 宋体;\&quot;\u003E自成立以来,\u003C/span\u003E\u003Cspan style=\&quot;font-family: Calibri;\&quot;\u003E8\u003C/span\u003E\u003C/span\u003E\u003Cspan style=\&quot;mso-spacerun: 'yes'; font-family: Calibri; mso-fareast-font-family: 宋体; mso-bidi-font-family: 'Times New Roman'; font-size: 10.5000pt; mso-font-kerning: 1.0000pt;\&quot;\u003E28\u003C/span\u003E\u003Cspan style=\&quot;mso-spacerun: 'yes'; font-family: 宋体; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-bidi-font-family: 'Times New Roman'; font-size: 10.5000pt; mso-font-kerning: 1.0000pt;\&quot;\u003E巨人港已引入过百次政府领导或企业代表莅临参观交流。\u003C/span\u003E\u003C/p\u003E&quot;,
&quot;createDate&quot;: &quot;2024-08-21 00:00:00&quot;
},
&quot;msg&quot;: &quot;获取成功&quot;
}</code></pre>