特殊日期设置列表
<h5>简要描述</h5>
<ul>
<li>校端今日就餐情况查询</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://www.zhidianbao.cn/qsxxwapdev/api/canteen/special_setting_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>
<tr>
<td style="text-align: left;">campusid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>校区id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": "0",
"list": [
{
"fgsid": "ding6f34e443f18c3ecc",
"date_type": "1",
"campusid": "0",
"rid": "1438643605362180096",
"type": "1",
"state2": "0",
"state1": "1",
"state3": "0",
"termid": "803332194142519296",
"date_scope": "[\"1\",\"2\"]",
"term": "2016-2017上学期",
"crt_user": "宋岐荧",
"isdelete": "0",
"grade_scope": "[{\"gradename\":\"小班\",\"gradeid\":\"1\"}]",
"crt_date": "2022-03-10 14:50:24"
},
{
"fgsid": "ding6f34e443f18c3ecc",
"date_type": "0",
"campusid": "0",
"rid": "1438643274888773632",
"type": "1",
"state2": "0",
"state1": "1",
"state3": "0",
"termid": "",
"date_scope": "[\"2022-01-01\"]",
"term": "",
"crt_user": "宋岐荧",
"isdelete": "0",
"grade_scope": "[{\"gradename\":\"小班\",\"gradeid\":\"1\"}]",
"crt_date": "2022-03-10 14:49:05"
}
],
"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>
</tbody>
</table>