添加房间入住订单
<h5>简要描述</h5>
<ul>
<li>通过浏览器插件读取到的人员信息,创建订单时需多上传图中标识的三个字段值
<img src="https://api.apifox.com/api/v1/projects/3017868/resources/436872/image-preview" alt="image.png" /></li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/mRoomOrder/createMRoomOrder</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;roomID&quot;: &quot;&quot;,
&quot;channel&quot;: &quot;&quot;,
&quot;checkType&quot;: &quot;&quot;,
&quot;st&quot;: &quot;&quot;,
&quot;et&quot;: &quot;&quot;,
&quot;status&quot;: &quot;&quot;,
&quot;amount&quot;: &quot;&quot;,
&quot;deposit&quot;: &quot;&quot;,
&quot;depositStatus&quot;: &quot;&quot;,
&quot;invoiceType&quot;: &quot;&quot;,
&quot;memo&quot;: &quot;&quot;,
&quot;lockPassword&quot;: &quot;&quot;,
&quot;roomOrderUsers&quot;: &quot;&quot;,
&quot;checkIn&quot;: &quot;&quot;
}
</code></pre>
<h5>成功返回示例</h5>
<pre><code>[]
</code></pre>