| | |
| | | */ |
| | | @GetMapping("/braceletApi/conductorList") |
| | | R conductorList(@RequestParam("communityId") String communityId); |
| | | |
| | | |
| | | /****************************************************************************************************************************** |
| | | * |
| | | * 大屏居家养老 |
| | | * |
| | | *****************************************************************************************************************************/ |
| | | /** |
| | | * 手环人数 |
| | | * @return |
| | | */ |
| | | @GetMapping("/braceletApi/getUserNum") |
| | | public R getUserNum(@RequestParam("communityId") String communityId); |
| | | |
| | | /** |
| | | * 手环定位数据 |
| | | */ |
| | | @GetMapping("/braceletApi/getUserList") |
| | | public R getUserList(@RequestParam("communityId") String communityId); |
| | | |
| | | /** |
| | | * 获取手环预警次数 |
| | | * @return |
| | | */ |
| | | @GetMapping("/braceletApi/getWarningNum") |
| | | public R getWarningNum(@RequestParam("communityId") String communityId, |
| | | @RequestParam(value = "disposeType",required = false) String disposeType); |
| | | |
| | | |
| | | } |