文章 json 新增字段
<h3>文章试验 - 文章 json 新增字段</h3>
<p>返回示例</p>
<pre><code>{
"exp_id": 10, // 试验id,有此字段则说明正在试验
"exp_items": [
{
"id": 11, // 子素材id,用于数据上报和分享保持标题和图片用
"title": "试验标题1",
"index_thumb": "",
"share_thumb": "",
"recommend_thumb": ""
}, {
"id": 12,
"title": "试验标题2",
"index_thumb": "",
"share_thumb": "",
"recommend_thumb": ""
}
]
}</code></pre>