1
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user