| | |
| | | @GetMapping("/timer/empower/syncEmpowerResultData") |
| | | ApiResponse syncEmpowerResultData(); |
| | | @ApiOperation("【访客系统】定时重新下发失败的授权数据") |
| | | @GetMapping("/timer/empower/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/allLedDefualtContent") |
| | | ApiResponse allLedDefualtContent(); |
| | | @ApiOperation("【访客系统】定时备份数据库") |
| | | @GetMapping("/timer/db/backupDatabase") |
| | | ApiResponse backupDatabase() ; |
| | |
| | | @ApiOperation("【访客系统】定时今日的访客预约数据") |
| | | @GetMapping("/timer/visit/syncVistAppointData") |
| | | ApiResponse syncVistAppointData() ; |
| | | @ApiOperation("【访客系统】定时更新微信公众号accesstoken") |
| | | @GetMapping("/timer/wxtoken/updateWxAccessToken") |
| | | ApiResponse updateWxAccessToken(); |
| | | // @ApiOperation("【访客系统】定时更新微信公众号accesstoken") |
| | | // @GetMapping("/timer/wxtoken/updateWxAccessToken") |
| | | // ApiResponse updateWxAccessToken(); |
| | | @ApiOperation("【访客系统】访客数据即将超时预警") |
| | | @GetMapping("/timer/visit/visitTimeOut") |
| | | ApiResponse visitTimeOut() ; |
| | |
| | | @GetMapping("/timer/sms/sendWaitingSmsNotice") |
| | | ApiResponse sendWaitingSmsNotice(); |
| | | |
| | | @ApiOperation("【数字化月台】月台今日作业未完成通知定时") |
| | | @GetMapping("/timer/platformJob/sendUnFinishNotice") |
| | | ApiResponse sendUnFinishNotice(); |
| | | |
| | | |
| | | } |