mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-31 02:16:18 +08:00
general users should not receive failed messages
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user