|  |  |  | 
|---|
|  |  |  | @ApiOperation("【访客系统】定时查询人员设备授权结果") | 
|---|
|  |  |  | @PostMapping("/timer/empower/syncEmpowerDetailData") | 
|---|
|  |  |  | ApiResponse syncEmpowerDetailData(); | 
|---|
|  |  |  | @ApiOperation("【访客系统】更新交控中心客户经纬度信息") | 
|---|
|  |  |  | @PostMapping("/timer/jkCustomer/getCustomerLocationInfo") | 
|---|
|  |  |  | ApiResponse getCustomerLocationInfo(); | 
|---|
|  |  |  | @ApiOperation("【访客系统】定时查询人员设备授权下载进度") | 
|---|
|  |  |  | @PostMapping("/timer/empower/syncEmpowerResultData") | 
|---|
|  |  |  | ApiResponse syncEmpowerResultData(); | 
|---|
|  |  |  | 
|---|
|  |  |  | @PostMapping("/timer/platformJob/sendUnFinishNotice") | 
|---|
|  |  |  | ApiResponse sendUnFinishNotice(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiOperation("【钉钉数据】钉钉token定时器接口") | 
|---|
|  |  |  | @PostMapping("/timer/dingTalkToken/updateDingTalkTokenOrigin") | 
|---|
|  |  |  | ApiResponse updateDingTalkTokenOrigin() throws Exception; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiOperation("【天气信息】定时同步天气预警") | 
|---|
|  |  |  | @PostMapping("/timer/weather/syncWeatherInfo") | 
|---|
|  |  |  | ApiResponse syncWeatherInfo(); | 
|---|
|  |  |  | } | 
|---|