产品分类
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>api/index/type</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </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>
<th>注释</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">country</td>
<td style="text-align: left;">int(11)</td>
<td style="text-align: left;">是</td>
<td></td>
<td>1国外 2国内</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;成功&quot;,
&quot;data&quot;: {
&quot;list&quot;: [
{
&quot;type_id&quot;: &quot;1&quot;,
&quot;title&quot;: &quot;AI文本处理1&quot;,
&quot;sub_title&quot;: &quot;这个领域健身打卡数据打卡时间打开撒娇哭爱上了&quot;,
&quot;image&quot;: &quot;https://ai.carryba.com/web/avatar.png&quot;,
&quot;country&quot;: &quot;1&quot;,
&quot;sort&quot;: &quot;1&quot;,
&quot;count&quot;: &quot;5&quot;
},
{
&quot;type_id&quot;: &quot;2&quot;,
&quot;title&quot;: &quot;AI文本处理2&quot;,
&quot;sub_title&quot;: &quot;这个领域健身打卡数据打卡时间打开撒娇哭爱上了&quot;,
&quot;image&quot;: &quot;https://ai.carryba.com/web/avatar.png&quot;,
&quot;country&quot;: &quot;1&quot;,
&quot;sort&quot;: &quot;1&quot;,
&quot;count&quot;: &quot;4&quot;
},
{
&quot;type_id&quot;: &quot;3&quot;,
&quot;title&quot;: &quot;AI文本处理3&quot;,
&quot;sub_title&quot;: &quot;这个领域健身打卡数据打卡时间打开撒娇哭爱上了&quot;,
&quot;image&quot;: &quot;https://ai.carryba.com/web/avatar.png&quot;,
&quot;country&quot;: &quot;1&quot;,
&quot;sort&quot;: &quot;1&quot;,
&quot;count&quot;: &quot;2&quot;
},
{
&quot;type_id&quot;: &quot;4&quot;,
&quot;title&quot;: &quot;AI文本处理4&quot;,
&quot;sub_title&quot;: &quot;这个领域健身打卡数据打卡时间打开撒娇哭爱上了&quot;,
&quot;image&quot;: &quot;https://ai.carryba.com/web/avatar.png&quot;,
&quot;country&quot;: &quot;1&quot;,
&quot;sort&quot;: &quot;1&quot;,
&quot;count&quot;: &quot;0&quot;
}
]
}
}</code></pre>
<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>
<th>注释</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">type_id</td>
<td style="text-align: left;">int(11)</td>
<td style="text-align: left;">是</td>
<td></td>
<td>id</td>
</tr>
<tr>
<td style="text-align: left;">title</td>
<td style="text-align: left;">varchar(20)</td>
<td style="text-align: left;">是</td>
<td></td>
<td>标题分类</td>
</tr>
<tr>
<td style="text-align: left;">sub_title</td>
<td style="text-align: left;">varchar(20)</td>
<td style="text-align: left;">是</td>
<td></td>
<td>简介</td>
</tr>
<tr>
<td style="text-align: left;">image</td>
<td style="text-align: left;">varchar(20)</td>
<td style="text-align: left;">是</td>
<td></td>
<td>图片</td>
</tr>
<tr>
<td style="text-align: left;">country</td>
<td style="text-align: left;">int(30)</td>
<td style="text-align: left;">是</td>
<td></td>
<td>1国外 2国内</td>
</tr>
<tr>
<td style="text-align: left;">sort</td>
<td style="text-align: left;">varchar(30)</td>
<td style="text-align: left;">是</td>
<td></td>
<td>热门排序</td>
</tr>
<tr>
<td style="text-align: left;">count</td>
<td style="text-align: left;">varchar(30)</td>
<td style="text-align: left;">是</td>
<td></td>
<td>总数</td>
</tr>
</tbody>
</table>