门票预定须知
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>门票预定须知</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xx.com/api/shop/getScenicSpotTicketNoticeList</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;">ticket_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>{
&quot;code&quot;: 200,
&quot;data&quot;: {
&quot;list&quot;: [
{
&quot;type&quot;: &quot;buy_note&quot;,
&quot;type_name&quot;: &quot;购买须知&quot;,
&quot;notice_list&quot;: [
{
&quot;notice_id&quot;: 1,
&quot;type&quot;: &quot;buy_note&quot;,
&quot;title&quot;: &quot;出票即用&quot;,
&quot;content&quot;: &quot;出票后,无需等待,门票立即可用&quot;
},
{
&quot;notice_id&quot;: 2,
&quot;type&quot;: &quot;buy_note&quot;,
&quot;title&quot;: &quot;无需换票&quot;,
&quot;content&quot;: &quot;无需换票,凭身份证直接入园&quot;
}
]
},
{
&quot;type&quot;: &quot;refund_rule&quot;,
&quot;type_name&quot;: &quot;退改规则&quot;,
&quot;notice_list&quot;: [
{
&quot;notice_id&quot;: 3,
&quot;type&quot;: &quot;refund_rule&quot;,
&quot;title&quot;: &quot;退改规则&quot;,
&quot;content&quot;: &quot;一经兑换即视为使用,不可兑换&quot;
}
]
},
{
&quot;type&quot;: &quot;reserve_explain&quot;,
&quot;type_name&quot;: &quot;预定说明&quot;,
&quot;notice_list&quot;: [
{
&quot;notice_id&quot;: 4,
&quot;type&quot;: &quot;reserve_explain&quot;,
&quot;title&quot;: &quot;可订今日&quot;,
&quot;content&quot;: &quot;17:35点前可订今日&quot;
}
]
},
{
&quot;type&quot;: &quot;use_explain&quot;,
&quot;type_name&quot;: &quot;使用说明&quot;,
&quot;notice_list&quot;: [
{
&quot;notice_id&quot;: 5,
&quot;type&quot;: &quot;use_explain&quot;,
&quot;title&quot;: &quot;使用说明:&quot;,
&quot;content&quot;: &quot;无需取票,凭身份证使用&quot;
},
{
&quot;notice_id&quot;: 6,
&quot;type&quot;: &quot;use_explain&quot;,
&quot;title&quot;: &quot;使用地址:&quot;,
&quot;content&quot;: &quot;湖北省武汉市武昌区蛇山西山坡特1号&quot;
}
]
},
{
&quot;type&quot;: &quot;cost_explain&quot;,
&quot;type_name&quot;: &quot;费用说明&quot;,
&quot;notice_list&quot;: [
{
&quot;notice_id&quot;: 7,
&quot;type&quot;: &quot;cost_explain&quot;,
&quot;title&quot;: &quot;费用包含:&quot;,
&quot;content&quot;: &quot;黄鹤楼门票(不包含其他项目)&quot;
}
]
},
{
&quot;type&quot;: &quot;term_explain&quot;,
&quot;type_name&quot;: &quot;使用期限说明&quot;,
&quot;notice_list&quot;: [
{
&quot;notice_id&quot;: 8,
&quot;type&quot;: &quot;term_explain&quot;,
&quot;title&quot;: &quot;有效期:&quot;,
&quot;content&quot;: &quot;您选择日期的当日有效&quot;
}
]
}
]
},
&quot;message&quot;: &quot;&quot;
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">type</td>
<td style="text-align: left;">int</td>
<td>类型</td>
</tr>
<tr>
<td style="text-align: left;">type_name</td>
<td style="text-align: left;">int</td>
<td>类型名称</td>
</tr>
<tr>
<td style="text-align: left;">notice_list.title</td>
<td style="text-align: left;">int</td>
<td>标题</td>
</tr>
<tr>
<td style="text-align: left;">notice_list.content</td>
<td style="text-align: left;">int</td>
<td>内容</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>