List
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>{{server}}/carousel/list</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get</li>
</ul>
<h5>Header</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">字段名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">Authorization</td>
<td style="text-align: left;">Bearer {{token}}</td>
<td>否</td>
<td>string</td>
<td>JWT token</td>
</tr>
</tbody>
</table>
<h5>成功返回示例</h5>
<pre><code>{
"code": 200,
"message": "Success",
"data": [
{
"id": 1,
"create_time": "2022-02-20T23:28:24",
"update_time": "2022-02-20T23:28:24",
"update_user": "gongtest",
"image": "http:\/\/106.54.189.213:6001\/static\/e60b2200926111ec9595517d0b6f9701.jpg"
},
{
"id": 2,
"create_time": "2022-02-20T23:28:24",
"update_time": "2022-02-20T23:28:24",
"update_user": "gongtest",
"image": "http:\/\/106.54.189.213:6001\/static\/fc945686926111ec9595517d0b6f9701.jpg"
},
{
"id": 3,
"create_time": "2022-02-20T23:40:25",
"update_time": "2022-02-20T23:40:25",
"update_user": "gongtest",
"image": "http:\/\/106.54.189.213:6001\/static\/bfc4ff9c92bd11ec9595517d0b6f9701.jpg"
}
]
}
</code></pre>