This commit is contained in:
Leo
2025-12-02 01:34:30 +08:00
parent 2a77188468
commit ed1f241d9a

View File

@@ -162,7 +162,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) {