|
|
|
@ -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);
|
|
|
|
|
}
|
|
|
|
|