查看历史tab列表详情数据
<p><strong>简要描述:</strong> </p>
<ul>
<li>查看历史tab列表详情数据(在历史版本查看打开tab)</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>v2/miniapp/tabs/version/list_detail</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>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">version_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>历史tab的版本id</td>
<td>18</td>
</tr>
<tr>
<td style="text-align: left;">keyword</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>搜索的标签名的部分,估计没用到了,可以不传</td>
<td>xxx</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"msg": "获取数据成功",
"data": {
"location_type": 1,
"tabList": [
{
"id": 7,
"appid": "wx8061d07d67e054b3",
"tab_name": "ceshi",
"type": 1,
"tab_version_id": 18,
"description": "ceshi",
"show_type": 0,
"unselected_img_url": "",
"selected_img_url": "",
"jump_appid": "",
"jump_app_name": "",
"jump_path": "",
"sort": 1,
"channel_column": [
{
"channel_info": {
"id": 1,
"name": "祝福"
},
"column_info": [
{
"id": 1,
"name": "节庆祝福",
"checkout": false
},
{
"id": 5,
"name": "思念问候",
"checkout": false
}
]
}
]
"channel_tag": [
{
"channel_info": {
"id": 46,
"name": "战友快看"
},
"tag_info": [
{
"id": 186,
"name": "军歌",
"checkout": false
},
{
"id": 187,
"name": "红歌",
"checkout": false
}
]
}
],
"sel_columns": [
{
"id": 17,
"name": "人生感悟"
},
{
"id": 19,
"name": "婚姻家庭"
}
],
"sel_tags": [
{
"id": 7,
"name": "美景"
},
{
"id": 71,
"name": "欣欣模板"
}
],
"article_type": [
{
"key": 1,
"name": "文章",
"checkout": true
},
{
"key": 2,
"name": "视频",
"checkout": true
},
{
"key": 3,
"name": "音乐图文",
"checkout": false
},
{
"key": 4,
"name": "祝福系列",
"checkout": false
}
],
"article_creator": [
"xxx",
"xxxx"
],
"article_resource": {
"1": "富贵世界",
"17": "糖糖视频"
},
"tab_b_articles_num": 0,
"tab_new_articles_num": 0
}
],
},
"code": 1,
"state": true
}</code></pre>