子素材列表
<h3>文章试验 - 试验子素材列表</h3>
<p>请求地址: GET <code>/article_exp/item_list</code></p>
<table>
<thead>
<tr>
<th>字段</th>
<th>类型</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>id</td>
<td>integer</td>
<td>试验id</td>
</tr>
</tbody>
</table>
<p>返回示例</p>
<pre><code>{
"msg": "获取子素材列表成功",
"data": [
{
"id": 16,
"article_id": 85088,
"article_exp_id": 16,
"title": "标题1",
"share_thumb": "http://dev-1253404514.cos.ap-guangzhou.myqcloud.com/test/images/jpg/20198292051932.png",
"index_thumb": "http://dev-1253404514.cos.ap-guangzhou.myqcloud.com/test/images/jpg/20198292051932.png",
"recommend_thumb": "http://dev-1253404514.cos.ap-guangzhou.myqcloud.com/test/images/jpg/20198292051932.png",
"selected": false,
"canceled": false,
"created_at": "2019-08-29 20:06:30",
"updated_at": "2019-08-29 20:06:30"
},
{
"id": 17,
"article_id": 85088,
"article_exp_id": 16,
"title": "标题2",
"share_thumb": "http://dev-1253404514.cos.ap-guangzhou.myqcloud.com/test/images/jpg/201982920610115.png",
"index_thumb": "http://dev-1253404514.cos.ap-guangzhou.myqcloud.com/test/images/jpg/201982920610115.png",
"recommend_thumb": "http://dev-1253404514.cos.ap-guangzhou.myqcloud.com/test/images/jpg/201982920610115.png",
"selected": false,
"canceled": false,
"created_at": "2019-08-29 20:06:30",
"updated_at": "2019-08-29 20:06:30"
}
],
"code": 1,
"state": true
}</code></pre>