general users should not receive failed messages

This commit is contained in:
Sola
2015-12-31 21:26:24 +08:00
parent 78831e5c7a
commit a804b79e6f
2 changed files with 49 additions and 0 deletions

View File

@@ -134,6 +134,8 @@ public class Register extends HttpServlet {
.userUpdateGroup(u.getWechatId(), 100L);
WxMpServlet.instance.wxMpService.customMessageSend(WxMpCustomMessage.TEXT().toUser(u.getWechatId()).content("数据转换成功").build());
return;
} else {
return;
}
} catch (SQLException | WxErrorException e) {
e.printStackTrace();