| | |
| | | @GetMapping("/timer/empower/syncEmpowerResultData") |
| | | ApiResponse syncEmpowerResultData(); |
| | | @ApiOperation("【访客系统】定时重新下发失败的授权数据") |
| | | @GetMapping("/timeempowerr//syncEmpowerFailData") |
| | | @GetMapping("/timeempowerr/syncEmpowerFailData") |
| | | ApiResponse syncEmpowerFailData(); |
| | | @ApiOperation("【访客系统】定时刷新人员设备授权") |
| | | @GetMapping("/timer/empower/syncEmpowerData") |
| | | ApiResponse syncEmpowerData(); |
| | | @ApiOperation("【访客系统】定时查询设备状态") |
| | | @GetMapping("/timer/device/getAscDeviceStatus") |
| | | ApiResponse getAscDeviceStatus() ; |
| | | ApiResponse getAscDeviceStatus() ; |
| | | @ApiOperation("【访客系统】设置全部LED屏显内容为默认内容") |
| | | @GetMapping("/timer/device/setAllLedDefualtContent") |
| | | ApiResponse setAllLedDefualtContent() ; |
| | | @ApiOperation("【访客系统】定时备份数据库") |
| | | @GetMapping("/timer/db/backupDatabase") |
| | | ApiResponse backupDatabase() ; |