master
wangning 7 years ago
parent e47b386e25
commit 58a2011053

@ -29,7 +29,7 @@ public class MailCallBackController {
@RequestMapping(value = "/callback/dropped", method = RequestMethod.POST)
public void contractList(HttpServletRequest req, HttpServletResponse res) throws Exception {
logger.info("kira"+req.getRequestURL().toString());
logger.info("kiramo"+req.getRequestURL().toString());
// logger.info("kira"+content);
// mailService.dealDroppedNotify(content);
}

Loading…
Cancel
Save