MrShi
6 天以前 ffba2c405154eb6de9be00d9b5632e8a33ffc366
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();
}