*教师-身体查询
<p><strong>简要描述:</strong> </p>
<ul>
<li>教师-身体查询</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/physical/teacher_physicalbody.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;">physicalid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>physicalid</td>
</tr>
<tr>
<td style="text-align: left;">classsetid</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>班级ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;errcode&quot;: 0,
&quot;errmsg&quot;: &quot;查询成功&quot;,
&quot;health_data&quot;: [
{&quot;healthstatus&quot;:&quot;健康&quot;,&quot;num&quot;:&quot;20&quot;},
{&quot;healthstatus&quot;:&quot;偏瘦&quot;,&quot;num&quot;:&quot;12&quot;}
],
&quot;height_data&quot;: [
{&quot;hname&quot;:&quot;135~139cm&quot;,&quot;num&quot;:&quot;20&quot;},
{&quot;hname&quot;:&quot;140~145cm&quot;,&quot;num&quot;:&quot;12&quot;},
{&quot;hname&quot;:&quot;146~150cm&quot;,&quot;num&quot;:&quot;12&quot;}
],
&quot;weight_data&quot;: [
{&quot;wname&quot;:&quot;35~39kg&quot;,&quot;num&quot;:&quot;20&quot;},
{&quot;wname&quot;:&quot;40~45kg&quot;,&quot;num&quot;:&quot;12&quot;},
{&quot;wname&quot;:&quot;46~50kg&quot;,&quot;num&quot;:&quot;12&quot;}
],
&quot;other_data&quot;: [{
&quot;fieldname&quot;:&quot;肺活量(ml)&quot;,
&quot;vitalcapacity_fail_sum&quot;:&quot;0&quot;,
&quot;pxh&quot;:&quot;3&quot;,
&quot;vitalcapacity_super_sum&quot;:&quot;1&quot;,
&quot;field&quot;:&quot;vitalcapacity&quot;,
&quot;vitalcapacity_good_sum&quot;:&quot;0&quot;,
&quot;vitalcapacity_pass_sum&quot;:&quot;0&quot;
}],
}</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>
<tr>
<td style="text-align: left;">health_data</td>
<td style="text-align: left;">JSONArrary</td>
<td>健康状态统计</td>
</tr>
<tr>
<td style="text-align: left;">other_data</td>
<td style="text-align: left;">JSON</td>
<td>其他体检项目统计</td>
</tr>
<tr>
<td style="text-align: left;">height_data</td>
<td style="text-align: left;">JSONArrary</td>
<td>身高曲线变化</td>
</tr>
<tr>
<td style="text-align: left;">weight_data</td>
<td style="text-align: left;">JSONArrary</td>
<td>体重曲线变化</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!欢迎使用ShowDoc!</p>