This commit is contained in:
cc
2025-01-09 11:36:16 +08:00
parent 3e617ad656
commit 38ba262d9c
4 changed files with 16 additions and 15 deletions

View File

@@ -784,7 +784,7 @@ public class JDUtils {
sendOrderToWxByOrderJDAdvanced(order,fromWxid);
}
if (content.length() > 0) {
wxUtil.sendTextMessage(WXUtil.super_admin_wxid, content.toString(), 1,fromWxid);
wxUtil.sendTextMessage(WXUtil.default_super_admin_wxid, content.toString(), 1,fromWxid);
}
}
@@ -855,13 +855,13 @@ public class JDUtils {
for (String s : split) {
content.append("https://item.jd.com/").append(s).append(".html").append("\r\n");
}
wxUtil.sendTextMessage(WXUtil.super_admin_wxid, content.toString(), 1, fromWxid);
wxUtil.sendTextMessage(WXUtil.default_super_admin_wxid, content.toString(), 1, fromWxid);
content = new StringBuilder();
content.append("手机端").append("\r\n");
for (String s : split) {
content.append("https://item.m.jd.com/product/").append(s).append(".html").append("\r\n");
}
wxUtil.sendTextMessage(WXUtil.super_admin_wxid, content.toString(), 1, fromWxid);
wxUtil.sendTextMessage(WXUtil.default_super_admin_wxid, content.toString(), 1, fromWxid);
content = new StringBuilder();
@@ -882,7 +882,7 @@ public class JDUtils {
}
}
if (content.length() > 0) {
wxUtil.sendTextMessage(WXUtil.super_admin_wxid, content.toString(), 1, fromWxid);
wxUtil.sendTextMessage(WXUtil.default_super_admin_wxid, content.toString(), 1, fromWxid);
}
}
//public UnionOpenGoodsBigfieldQueryResponse getUnionOpenGoodsBigfieldQueryResponse(){