公众号接口

公众号接口


--查询历史体温信息

<h2>行程报备-查询历史体温信息</h2> <p><img src="https://www.showdoc.cc/server/api/common/visitfile/sign/dda7b963238ce5d5c995cf0d3ae07167?showdoc=.jpg" alt="" /></p> <p><strong>简要描述:</strong> </p> <ul> <li>查询历史体温信息</li> </ul> <p><strong>请求URL:</strong> <code>http://2f89250s31.qicp.vip/szsti-officialAccount-web/prevention/personaltemperature/getPersonTemperature</code></p> <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;">personnelId</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>{ "personnelId" : "f0b28c8dbec54442a200cd821bf96939" } </code></pre> <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> </tr> </thead> <tbody> <tr> <td style="text-align: left;">temperature</td> <td style="text-align: left;">string</td> <td style="text-align: left;">温度</td> </tr> <tr> <td style="text-align: left;">create_time</td> <td style="text-align: left;">string</td> <td style="text-align: left;">录体温时间</td> </tr> <tr> <td style="text-align: left;">temperatureStatus</td> <td style="text-align: left;">string</td> <td style="text-align: left;">是否异常</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ "msg": "success", "code": 0, "data": [ { "personnel_id": "f0b28c8dbec54442a200cd821bf96939", "prj_id": "0949586a-c31a-11e9-acd3-fa163e72b6d6", "create_time": "2020-02-02 02:59:35", "temperature": 37.3, "id": "b0419906bcf24a30b95c582cfa47ada0", "create_user": null, "temperatureStatus": "异常" }, { "personnel_id": "f0b28c8dbec54442a200cd821bf96939", "prj_id": "0949586a-c31a-11e9-acd3-fa163e72b6d6", "create_time": "2020-02-02 01:33:24", "temperature": 37.2, "id": "fd4a02af2a5644baa15791553f717326", "create_user": null, "temperatureStatus": "正常" }, { "personnel_id": "f0b28c8dbec54442a200cd821bf96939", "prj_id": "0949586a-c31a-11e9-acd3-fa163e72b6d6", "create_time": "2020-02-02 01:33:14", "temperature": 36.7, "id": "e8f42ee81753493e82fc09c043313089", "create_user": null, "temperatureStatus": "正常" }, { "personnel_id": "f0b28c8dbec54442a200cd821bf96939", "prj_id": "0949586a-c31a-11e9-acd3-fa163e72b6d6", "create_time": "2020-02-02 01:32:56", "temperature": 36.2, "id": "e4192149e6924118ad32264d1d44bd48", "create_user": null, "temperatureStatus": "正常" } ] } </code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <ol> <li> <ol> <li> </li> </ol> </li> </ol>

页面列表

ITEM_HTML