后台-阶段列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>后台-阶段列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api//tool/word/{id}/stages</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>活动ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"result": "success",
"data": {
"current_page": 1,
"data": [
{
"id": 24,
"activity_id": 12,
"name": "第一天",
"sort": 1,
"created_at": "2018-09-25 14:47:37",
"condition": 100
},
{
"id": 25,
"activity_id": 12,
"name": "第二天",
"sort": 2,
"created_at": "2018-09-25 14:47:44",
"condition": 100
},
{
"id": 27,
"activity_id": 12,
"name": "第4天",
"sort": 3,
"created_at": "2018-09-25 14:49:01",
"condition": 90
},
{
"id": 28,
"activity_id": 12,
"name": "第五天",
"sort": 4,
"created_at": "2018-09-25 14:49:01",
"condition": 100
}
],
"first_page_url": "http://localhost:82/api/tool/word/12/stages?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://localhost:82/api/tool/word/12/stages?page=1",
"next_page_url": null,
"path": "http://localhost:82/api/tool/word/12/stages",
"per_page": 20,
"prev_page_url": null,
"to": 4,
"total": 4,
"order": null,
"order_by": null
},
"message": "操作成功",
"ct": 1537929265
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>