This commit is contained in:
Leo
2025-12-02 01:44:27 +08:00
parent ed1f241d9a
commit 33d70cf266

View File

@@ -86,7 +86,7 @@ public class WxSendUtil {
HashMap<String, Object> jsonMap = new HashMap<>(); HashMap<String, Object> jsonMap = new HashMap<>();
StringBuilder touserStringBuilder = new StringBuilder(); StringBuilder touserStringBuilder = new StringBuilder();
String touserStr = "@all"; String touserStr = "LinPingFan";
if (ObjectUtil.isNotEmpty(touser)) { if (ObjectUtil.isNotEmpty(touser)) {
if (touser.size() > 1) { if (touser.size() > 1) {