This commit is contained in:
雷欧(林平凡)
2025-01-09 11:56:23 +08:00
parent 67aa3e47bc
commit 20b555ee46

View File

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