Commit a68c1bb3 by chentianzhong

调整

parent 7d637777
......@@ -96,7 +96,7 @@ public class EmailPersonController {
}
@ApiOperation("邮件撤回(只能撤回收件人未读的邮件)")
@ApiOperation("邮件撤回(只能撤回当前邮件中收件人未读的,前端要加上确认提示)")
@PostMapping("recallEmail")
public ResultVo recallEmail(@RequestParam(value = "contentId")Long contentId) {
this.emailPersonService.recallEmail(contentId);
......
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