修改酒店信息
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/mHotel/updateMHotel</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>put</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;id&quot;: &quot;&quot;,
&quot;name&quot;: &quot;&quot;,
&quot;category&quot;: &quot;&quot;,
&quot;lng&quot;: &quot;&quot;,
&quot;lat&quot;: &quot;&quot;,
&quot;addressCode&quot;: &quot;&quot;,
&quot;address&quot;: &quot;&quot;,
&quot;area&quot;: &quot;&quot;,
&quot;rooms&quot;: &quot;&quot;,
&quot;beds&quot;: &quot;&quot;,
&quot;level&quot;: &quot;&quot;,
&quot;computers&quot;: &quot;&quot;,
&quot;bl_code&quot;: &quot;&quot;,
&quot;bl_nature&quot;: &quot;&quot;,
&quot;bl_photo&quot;: &quot;&quot;,
&quot;open_at&quot;: &quot;&quot;,
&quot;sec_phone&quot;: &quot;&quot;,
&quot;policeCode&quot;: &quot;&quot;,
&quot;policeName&quot;: &quot;&quot;,
&quot;juridicalPersonName&quot;: &quot;&quot;,
&quot;juridicalPersonIdCard&quot;: &quot;&quot;,
&quot;phone&quot;: &quot;&quot;,
&quot;status&quot;: &quot;&quot;
}
</code></pre>
<h5>成功返回示例</h5>
<pre><code>[]
</code></pre>