1
This commit is contained in:
@@ -784,7 +784,7 @@ public class JDUtils {
|
||||
sendOrderToWxByOrderJDAdvanced(order,fromWxid);
|
||||
}
|
||||
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) {
|
||||
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.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.default_super_admin_wxid, content.toString(), 1, fromWxid);
|
||||
wxUtil.sendTextMessage(fromWxid, content.toString(), 1, fromWxid);
|
||||
content = new StringBuilder();
|
||||
|
||||
|
||||
@@ -882,7 +882,7 @@ public class JDUtils {
|
||||
}
|
||||
}
|
||||
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(){
|
||||
|
||||
Reference in New Issue
Block a user