文章创建修改发布信息
<h3>文章创建修改发布信息</h3>
<p>请求地址: POST <code>/api/template/get_article_created_updated_published_detail</code>(测试服2测试:<a href="http://ydapidev2.heywoodsminiprogram.com">http://ydapidev2.heywoodsminiprogram.com</a>)</p>
<p>参数</p>
<table>
<thead>
<tr>
<th>字段</th>
<th>类型</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>client_version</td>
<td>string</td>
<td>客户端版本(必填)</td>
</tr>
<tr>
<td>id</td>
<td>integer</td>
<td>文章id</td>
</tr>
</tbody>
</table>
<p>返回结构</p>
<pre><code>{
"msg": "查询成功!",
"data": {
"creator": "吴晓霞",
"updater": "瑚彩娟",
"publisher": "",
"created_at": "2019-03-29 14:47:40",
"updated_at": "2019-08-28 18:30:27",
"published_at": "2019-08-28 17:36:42"
},
"code": 1,
"state": true
}</code></pre>