Commit 36900008 authored by 赵建伟's avatar 赵建伟

update codes

parent 9ba6756e
......@@ -18,7 +18,7 @@ public class BiReportEndpoint {
}
@ResponseBody
@PostMapping(value = "/sendEmail")
@RequestMapping(value = "/sendEmail")
public int sendEmail(@PathVariable String name,@PathVariable String subject){
return biReportService.sendEmail(name,subject);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment