Commit 989e1a4a authored by Quxl's avatar Quxl

xx

parent 4e0f9e55
......@@ -136,7 +136,7 @@ public class AdminFirstController {
}
content = MessageFormat.format(content, member.getUsername(), memberFilm.getId(), filmName == null ? "" : filmName);
emailService.send(subject, content, member.getEmail());
return Rjx.jsonOk();
return Rjx.jsonOk().set("email", member.getEmail());
}
@ResponseBody
......
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