公众号接口

公众号接口


工地疫情概况统计

<h2>工地疫情概况统计</h2> <p><strong>简要描述:</strong> </p> <ul> <li>工地疫情概况统计</li> </ul> <p><strong>请求URL:</strong> <code>http://139.159.251.33/epidemic/RXstatistics/constructionSite/epidemic/survey</code></p> <p><code>http://cs.ypt.szsti.org/epidemic/RXstatistics/constructionSite/epidemic/survey</code></p> <p><code>http://localhost:8091/szsti-officialAccount-web/RXstatistics/constructionSite/epidemic/survey</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;">projectId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>项目id</td> </tr> <tr> <td style="text-align: left;">engId</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>{ "prjectId" : "16596" } </code></pre> <p><strong>返回参数说明</strong> </p> <p><strong>返回示例</strong></p> <pre><code>{ "msg": "按项目或工程查询统计数据成功", "code": 0, "data": { "wsbNum": "24", 今日未申报人数 "sbNum": "0", 今日健康申报人数 "todayTemperatureTest": {}, "name": null, //工程或者项目的名字 "toDaySiteAtShen": { 今日新增 "todayAtShenZhenTotal": "0", 工地在深总人数 "todayAtProjectSiteNum": "0", 在项目现场 "todayNotAtProjectSiteNum": "0", 未在项目现场 "todayProjectWatchNum": "0" 项目现场观察期 }, "todayRegisterPercent": "100",人员登记率: "siteAtShen": { 累计 "atShenZhenTotal": "88", 工地在深总人数 "atProjectSiteNum": "40", 在项目现场 "projectWatchNum": "21", 项目现场观察期 "notAtProjectSiteNum": "27" 未在项目现场 }, "focusOnPeople": { 重点关注人员 累计 "contactCount": "0", 14天内有确诊病例/疑似病例/湖北亲友接触史 "hbCount": "0",14天内有湖北居住、逗留及经过武汉的旅行史 "isToFocusDistrict":"0",//14天内是否在中/高风险地区居住或逗留 "isContactFocusDistrict":"0",//14天内是否有接触过中/高风险地区的亲友 "isWuhan": "0",14天内是否在武汉市居住或逗留 "coughCount": "0" 14天内有发热咳嗽胸闷乏力症状的 "isContactWithForeign": "0" 14天内接触过国外的人 "isToForeignCountry": "0" 14天内去过国外的人 "isHarbin": "0",//14天内是否在哈尔滨市、牡丹江市居住或逗留; "isSuifenRiver": "0",//14天内是否由绥芬河口岸入境; }, "todayFocusOnPeople": { 今日新增 "todayHbCount": "0", 14天内有湖北居住、逗留及经过武汉的旅行史 "todayIsWuhan": "0",14天内是否在武汉市居住或逗留 "todayContactCount": "0", 14天内有确诊病例/疑似病例/湖北亲友接触史 "todayCoughCount": "0" 14天内有发热咳嗽胸闷乏力症状的 "todayContactWithForeign": "0", 14天内接触过国外的人 "todayForeignCountry": "0", 14天内去过国外的人 "todayHarbin": "0",//14天内是否在哈尔滨市、牡丹江市居住或逗留; "todaySuifenRiver": "0",//14天内是否由绥芬河口岸入境; "todayIsToFocusDistrict":"0",//14天内是否在中/高风险地区居住或逗留 "todayIsContactFocusDistrict":"0",//14天内是否有接触过中/高风险地区的亲友 }, "temperatureTest": { 体温测量清单 累计 "keyTemperatureExceptionTotal": "0",体温异常人数 }, "todayTemperatureTest"{体温测量清单 今日新增 "todayKeyTemperatureExceptionTotal" 体温异常人数 } "todaySiteAtScene": { 今日新增 "todayQtUnitListNum": "0", 其中其他单位人员 "todayJsUnitListNum": "0", 建设单位管理人员 "todayPersonLabourListNum": "0",其中劳务工人数 "todayAtProjectTotal": "0", 工地在场总人数 "todayManagerNum": "0", 其中管理人员数 "todayOtherListNum": "0", 其中其他人员数 "todaySgUnitListNum": "0", 施工单位管理人员 "todayDsfUnitListNum": "0", 其中第三方单位人员 "todayJlUnitListNum": "0" 监理单位管理人员 }, "actualWorkNum":34 //实际复工人数 "siteAtScene": { 累计 "managerNum": "34", 其中管理人员数 "dsfUnitListNum": "0", 其中第三方单位人员 "atProjectTotal": "61", 工地在场总人数 "jlUnitListNum": "1", 监理单位管理人员 "qtUnitListNum": "0", 其中其他单位人员 "otherListNum": "4", 其中其他人员数 "jsUnitListNum": "0", 建设单位管理人员 "sgUnitListNum": "33", 施工单位管理人员 "personLabourListNum": "21" 其中劳务工人数 } } }</code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <ol> <li> <ol> <li>欢迎使用ShowDoc!</li> </ol> </li> </ol>

页面列表

ITEM_HTML