八维专高四月考1


演出详情

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>演出详情接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:22064/api/actor/detail/:id</code></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;: 8, &amp;quot;name&amp;quot;: &amp;quot;激情摇滚音乐会&amp;quot;, &amp;quot;category&amp;quot;: &amp;quot;音乐会&amp;quot;, &amp;quot;startTime&amp;quot;: &amp;quot;2024-12-05T11:30:00.000Z&amp;quot;, &amp;quot;endTime&amp;quot;: &amp;quot;2024-12-05T14:00:00.000Z&amp;quot;, &amp;quot;location&amp;quot;: &amp;quot;北京五棵松体育馆&amp;quot;, &amp;quot;price&amp;quot;: 380, &amp;quot;coverImageUrl&amp;quot;: &amp;quot;https://pic1.zhimg.com/v2-7c8b5d9a75c6d9a7776656d8a877a5a7_r.jpg&amp;quot;, &amp;quot;detail&amp;quot;: &amp;quot;这是一场摇滚音乐的狂欢,国内外知名摇滚乐队齐聚,将为你带来震撼心灵的音乐体验,让你在激情的节奏中释放自我。&amp;quot; } ] }</code></pre>

页面列表

ITEM_HTML