产品页--标签栏
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>产品页--标签栏</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://webapi.blueimages.top/product/label</code></li>
</ul>
<h5>编码类型</h5>
<ul>
<li>Content-type: application/x-www-form-urlencoded; charset=UTF-8;</li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<ul>
<li>无</li>
</ul>
<h5>返回示例</h5>
<pre><code> {
"code":0,
"message":"success",
"data":{
"1":"即将上线",
"2":"热门推荐",
"3":"全部"
}
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">data</td>
<td style="text-align: left;">array</td>
<td>标签列表</td>
</tr>
</tbody>
</table>