创建者列表
<h3>创建者列表</h3>
<p>请求地址: POST <code>/api/template/get_all_creators</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>
</tbody>
</table>
<p>返回结构</p>
<pre><code>{
"msg": "查询成功!",
"data": {
"dataList": [
{
"name": "李霞"
},
{
"name": "李霞"
},
{
"name": "t"
},
{
"name": "仰春"
}
]
},
"code": 1,
"state": true
}</code></pre>