|
@@ -155,11 +155,11 @@ public class TenantInfoController extends BaseController {
|
|
return succeed(tenantInfoService.rechargeCheck(orderNo));
|
|
return succeed(tenantInfoService.rechargeCheck(orderNo));
|
|
}
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "测试邮件")
|
|
|
|
- @GetMapping("/testEmail")
|
|
|
|
- public HttpResponseResult<Boolean> testEmail() {
|
|
|
|
- return succeed(tenantInfoService.testEmail());
|
|
|
|
- }
|
|
|
|
|
|
+// @ApiOperation(value = "测试邮件")
|
|
|
|
+// @GetMapping("/testEmail")
|
|
|
|
+// public HttpResponseResult<Boolean> testEmail() {
|
|
|
|
+// return succeed(tenantInfoService.testEmail());
|
|
|
|
+// }
|
|
|
|
|
|
@ApiOperation(value = "测试临期提醒")
|
|
@ApiOperation(value = "测试临期提醒")
|
|
@GetMapping("/testCheck")
|
|
@GetMapping("/testCheck")
|