预定订单
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/app/booking</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>Header</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">header</th>
<th style="text-align: left;">必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">token</td>
<td style="text-align: left;">否</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h5>请求参数示例</h5>
<pre><code>{
&quot;hotelID&quot;: &quot;&quot;,
&quot;roomID&quot;: &quot;&quot;,
&quot;st&quot;: &quot;&quot;,
&quot;et&quot;: &quot;&quot;,
&quot;amount&quot;: &quot;&quot;,
&quot;channel&quot;: &quot;&quot;,
&quot;amountDetail&quot;: &quot;&quot;,
&quot;deposit&quot;: &quot;&quot;
}
</code></pre>
<h5>成功返回示例</h5>
<pre><code>{
&quot;code&quot;: &quot;integer&quot;,
&quot;data&quot;: {
&quot;orderNo&quot;: &quot;string&quot;
},
&quot;msg&quot;: &quot;string&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;">code</td>
<td style="text-align: left;">integer</td>
<td>无</td>
</tr>
<tr>
<td style="text-align: left;">data</td>
<td style="text-align: left;">object</td>
<td>无</td>
</tr>
<tr>
<td style="text-align: left;">orderNo</td>
<td style="text-align: left;">string</td>
<td>无</td>
</tr>
<tr>
<td style="text-align: left;">msg</td>
<td style="text-align: left;">string</td>
<td>无</td>
</tr>
</tbody>
</table>