doum
2025-10-13 46124fe454f90d24171ebc5be0d9cfe2ab22cbc5
server/system_timer/src/main/java/com/doumee/jobs/fegin/VisitServiceFegin.java
@@ -17,6 +17,9 @@
    @ApiOperation("【访客系统】定时查询人员设备授权结果")
    @PostMapping("/timer/empower/syncEmpowerDetailData")
    ApiResponse syncEmpowerDetailData();
    @ApiOperation("【访客系统】更新交控中心客户经纬度信息")
    @PostMapping("/timer/jkCustomer/getCustomerLocationInfo")
    ApiResponse getCustomerLocationInfo();
    @ApiOperation("【访客系统】定时查询人员设备授权下载进度")
    @PostMapping("/timer/empower/syncEmpowerResultData")
    ApiResponse syncEmpowerResultData();