server/system_timer/src/main/java/com/doumee/jobs/fegin/VisitServiceFegin.java
@@ -110,4 +110,9 @@ @ApiOperation("【天气信息】定时同步天气预警") @PostMapping("/timer/weather/syncWeatherInfo") ApiResponse syncWeatherInfo(); @ApiOperation("【用户信息】自动释放已禁用登录用户") @PostMapping("/timer/systemUserJob/jobForOpenProhibitStatus") ApiResponse jobForOpenProhibitStatus(); }