八维专高四周考2


车票详情

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>获取车票详情接口</li> </ul> <h5>请求URL</h5> <ul> <li> <p><code>http://localhost:12345/api/ticket/detail/:id</code></p> </li> <li>例如:<a href="http://localhost:12345/api/ticket/detail/3">http://localhost:12345/api/ticket/detail/3</a></li> </ul> <h5>请求方式</h5> <ul> <li>GET</li> </ul> <h5>参数</h5> <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;">string</td> <td>车票id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;code&amp;quot;: 200, &amp;quot;msg&amp;quot;: &amp;quot;获取详情成功!&amp;quot;, &amp;quot;data&amp;quot;: { &amp;quot;id&amp;quot;: 3, &amp;quot;startTime&amp;quot;: &amp;quot;09:30&amp;quot;, &amp;quot;endTime&amp;quot;: &amp;quot;15:00&amp;quot;, &amp;quot;train&amp;quot;: &amp;quot;G333&amp;quot;, &amp;quot;price&amp;quot;: &amp;quot;¥650&amp;quot;, &amp;quot;startPosition&amp;quot;: &amp;quot;北京西&amp;quot;, &amp;quot;endPosition&amp;quot;: &amp;quot;郑州东&amp;quot;, &amp;quot;secondSeat&amp;quot;: 8, &amp;quot;firstSeat&amp;quot;: false, &amp;quot;businessSeat&amp;quot;: 6 } }</code></pre>

页面列表

ITEM_HTML