添加房间
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/mRoom/createMRoom</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;roomTypeID&quot;: &quot;&quot;,
&quot;templateID&quot;: &quot;&quot;,
&quot;name&quot;: &quot;&quot;,
&quot;address&quot;: &quot;&quot;,
&quot;lng&quot;: &quot;&quot;,
&quot;lat&quot;: &quot;&quot;,
&quot;building&quot;: &quot;&quot;,
&quot;unit&quot;: &quot;&quot;,
&quot;floor&quot;: &quot;&quot;,
&quot;door&quot;: &quot;&quot;,
&quot;computers&quot;: &quot;&quot;,
&quot;photo&quot;: &quot;&quot;,
&quot;photoList&quot;: &quot;&quot;,
&quot;video&quot;: &quot;&quot;,
&quot;price&quot;: &quot;&quot;,
&quot;weekendPrice&quot;: &quot;&quot;,
&quot;holidayPrice&quot;: &quot;&quot;,
&quot;wifiName&quot;: &quot;&quot;,
&quot;wifiPassword&quot;: &quot;&quot;,
&quot;status&quot;: &quot;&quot;
}
</code></pre>
<h5>成功返回示例</h5>
<pre><code>[]
</code></pre>