forked from github/dataease
perf(定时报告): 删除测试代码
This commit is contained in:
parent
904d2c95a2
commit
a3a064b486
@ -155,12 +155,6 @@ public class XEmailTaskServer {
|
||||
return xpackEmailCreate;
|
||||
}
|
||||
|
||||
@DeRateLimiter
|
||||
@GetMapping("/testApple")
|
||||
public String testApple() {
|
||||
return "调用api成功";
|
||||
}
|
||||
|
||||
@DeRateLimiter
|
||||
@PostMapping(value = "/screenshot", produces = {MediaType.IMAGE_JPEG_VALUE, MediaType.IMAGE_PNG_VALUE})
|
||||
public ResponseEntity<ByteArrayResource> screenshot(@RequestBody XpackEmailViewRequest request) {
|
||||
|
Loading…
Reference in New Issue
Block a user