学生就餐类型列表
<h5>简要描述</h5>
<h5>请求URL</h5>
<ul>
<li><code>http://www.zhidianbao.cn/qsxxwapdev/api/canteen/liveschool_list.html</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<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>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": "0",
"list": [
{
"liveschool_id": "1545537316800430080",
"fgsid": "ding6f34e443f18c3ecc",
"upt_time": "2022-12-30 14:07:51",
"upt_user": "系统",
"liveschool_name": "走读",
"crt_time": "2022-12-30 14:07:51",
"state": "1",
"crt_user": "系统",
"liveschool": "0",
"isused": "0"
},
{
"liveschool_id": "1545537316909481984",
"fgsid": "ding6f34e443f18c3ecc",
"upt_time": "2022-12-30 14:07:51",
"upt_user": "系统",
"liveschool_name": "住校",
"crt_time": "2022-12-30 14:07:51",
"state": "1",
"crt_user": "系统",
"liveschool": "1",
"isused": "0"
},
{
"liveschool_id": "1545537316951425024",
"fgsid": "ding6f34e443f18c3ecc",
"upt_time": "2022-12-30 14:07:51",
"upt_user": "系统",
"liveschool_name": "走读拉拉2",
"crt_time": "2022-12-30 14:07:51",
"state": "1",
"crt_user": "系统",
"liveschool": "2",
"isused": "0"
},
{
"liveschool_id": "1545537316993368064",
"fgsid": "ding6f34e443f18c3ecc",
"upt_time": "2022-12-30 14:07:51",
"upt_user": "系统",
"liveschool_name": "半住校修改",
"crt_time": "2022-12-30 14:07:51",
"state": "1",
"crt_user": "系统",
"liveschool": "3",
"isused": "0"
},
{
"liveschool_id": "1545537317043699712",
"fgsid": "ding6f34e443f18c3ecc",
"upt_time": "2022-12-30 14:07:51",
"upt_user": "系统",
"liveschool_name": "其他4",
"crt_time": "2022-12-30 14:07:51",
"state": "0",
"crt_user": "系统",
"liveschool": "4",
"isused": "0"
},
{
"liveschool_id": "1545537317085642752",
"fgsid": "ding6f34e443f18c3ecc",
"upt_time": "2022-12-30 14:07:51",
"upt_user": "系统",
"liveschool_name": "其他2",
"crt_time": "2022-12-30 14:07:51",
"state": "0",
"crt_user": "系统",
"liveschool": "5",
"isused": "0"
},
{
"liveschool_id": "1545537317131780096",
"fgsid": "ding6f34e443f18c3ecc",
"upt_time": "2022-12-30 14:07:51",
"upt_user": "系统",
"liveschool_name": "其他3",
"crt_time": "2022-12-30 14:07:51",
"state": "0",
"crt_user": "系统",
"liveschool": "6",
"isused": "0"
},
{
"liveschool_id": "1545537317224054784",
"fgsid": "ding6f34e443f18c3ecc",
"upt_time": "2022-12-30 14:07:51",
"upt_user": "系统",
"liveschool_name": "其他4",
"crt_time": "2022-12-30 14:07:51",
"state": "0",
"crt_user": "系统",
"liveschool": "7",
"isused": "0"
},
{
"liveschool_id": "1545537317265997824",
"fgsid": "ding6f34e443f18c3ecc",
"upt_time": "2022-12-30 14:07:51",
"upt_user": "系统",
"liveschool_name": "其他5",
"crt_time": "2022-12-30 14:07:51",
"state": "0",
"crt_user": "系统",
"liveschool": "8",
"isused": "0"
},
{
"liveschool_id": "1545537317316329472",
"fgsid": "ding6f34e443f18c3ecc",
"upt_time": "2022-12-30 14:07:51",
"upt_user": "系统",
"liveschool_name": "其他6",
"crt_time": "2022-12-30 14:07:51",
"state": "0",
"crt_user": "系统",
"liveschool": "9",
"isused": "0"
}
],
"message": "success"
}</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;">int</td>
<td>0:成功</td>
</tr>
<tr>
<td style="text-align: left;">messag</td>
<td style="text-align: left;">String</td>
<td>说明</td>
</tr>
<tr>
<td style="text-align: left;">list</td>
<td style="text-align: left;">array</td>
<td>列表</td>
</tr>
</tbody>
</table>