栏目详情
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>栏目详情</li>
</ul>
<h5>请求URL</h5>
<ul>
<li>` <a href="https://ai.zazhipu.com/wxapp.php/Active/column_detail">https://ai.zazhipu.com/wxapp.php/Active/column_detail</a>
<h5>请求方式</h5></li>
<li>POST</li>
</ul>
<h5>参数</h5>
<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;">column_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>栏目id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;成功!&quot;,
&quot;data&quot;: {
&quot;column_detail&quot;: {
&quot;id&quot;: 1,//栏目id
&quot;title&quot;: &quot;科学家少年&quot;,栏目名称
&quot;logo&quot;: &quot;https://ai.zazhipu.com/uploads/magcolumn/17128014317401821113.jpg&quot;,//图片
&quot;introduce&quot;: &quot;科学家少年&quot;,//简介
&quot;magazine_house&quot;: &quot;科学家少年&quot;,//杂志社
&quot;add_time&quot;: &quot;2024-04-11 10:10:47&quot;//添加时间
&quot;follow_count&quot;: 0,//关注人数
&quot;qr_code&quot;: &quot;https://ai.zazhipu.com/uploads/mag_column/column_1.jpg&quot;,//小程序码
}
}
}</code></pre>
<h5>返回参数说明</h5>
<pre><code></code></pre>
<h5>备注</h5>
<ul>
<li>无</li>
</ul>