This commit is contained in:
2025-06-19 17:22:43 +08:00
parent a0979caba6
commit 1f84b4b3e6
3 changed files with 5 additions and 5 deletions

View File

@@ -372,12 +372,12 @@ public class AccountController {
return Response.success(accountService.subAccountImport(file));
}
@GetMapping("/send618Email")
/*@GetMapping("/send618Email")
@ApiOperation(value = "618邮件发送")
public Response<String> send618PromotionEmailTemp() {
accountService.send618PromotionEmailTemp();
return Response.success("success");
}
}*/
}