1
This commit is contained in:
@@ -86,7 +86,7 @@ public class WxSendUtil {
|
||||
|
||||
HashMap<String, Object> jsonMap = new HashMap<>();
|
||||
StringBuilder touserStringBuilder = new StringBuilder();
|
||||
String touserStr = "@all";
|
||||
String touserStr = "LinPingFan";
|
||||
if (ObjectUtil.isNotEmpty(touser)) {
|
||||
|
||||
if (touser.size() > 1) {
|
||||
|
||||
Reference in New Issue
Block a user