|
@@ -143,4 +143,12 @@ public class TenantInfoController extends BaseController {
|
|
public HttpResponseResult<Boolean> testEmail() {
|
|
public HttpResponseResult<Boolean> testEmail() {
|
|
return succeed(tenantInfoService.testEmail());
|
|
return succeed(tenantInfoService.testEmail());
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ @ApiOperation(value = "测试临期提醒")
|
|
|
|
+ @GetMapping("/testCheck")
|
|
|
|
+ public Object testCheck() {
|
|
|
|
+ tenantInfoService.checkTenantState();
|
|
|
|
+ return succeed();
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|