commit
This commit is contained in:
+1
-1
@@ -82,6 +82,6 @@ public class WechatEnterpriseMessageSendStrategy implements GlobalMessageSendStr
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
List<String> list = users.stream().map(Sys_user::getLoginname).toList();
|
List<String> list = users.stream().map(Sys_user::getLoginname).toList();
|
||||||
smsService.massSend(list, title, content, config.getStr("pcUrl"), config.getStr("mobileUrl"));
|
smsService.massSendTextCard(list, title, content, config.getStr("pcUrl"), config.getStr("mobileUrl"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user