考场设置-考场、教学楼排序
<p><strong>简要描述:</strong> </p>
<ul>
<li>考场设置-考场、教学楼排序接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/vocatschool/exam_room_sort.html</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>请求参数:</strong> </p>
<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;">bedRoomAry</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">JSONArray</td>
<td>考场数组</td>
</tr>
</tbody>
</table>
<p><strong>bedRoomAry 参数示例</strong></p>
<pre><code>[{
"fgsid":"ding6f34e443f18c3ecc",
"roomid":"1228485893115957248",
"room_name":"教学楼名称",
"pxh":"9",
"p_name":"111",
"p_id":"0",
"childList":[{
"fgsid":"ding6f34e443f18c3ecc",
"roomid":"1228486073202593792",
"room_name":"考场名称",
"pxh":"1",
"p_name":"教学楼名称",
"p_id":"1228485893115957248"}]
}]</code></pre>
<p><strong>返回示例</strong></p>
<pre><code> {
"errcode": 0,
"errmsg": "更新成功"
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>