1
This commit is contained in:
@@ -285,6 +285,8 @@ public class WxMessageConsumer {
|
|||||||
if (Util.isAnyEmpty(innerData.getMsg(), innerData.getFromWxid())) {
|
if (Util.isAnyEmpty(innerData.getMsg(), innerData.getFromWxid())) {
|
||||||
logger.info("消息内容为空,不处理");
|
logger.info("消息内容为空,不处理");
|
||||||
return;
|
return;
|
||||||
|
}else {
|
||||||
|
logger.info("消息内容:"+innerData.getMsg());
|
||||||
}
|
}
|
||||||
// 只处理超管的消息
|
// 只处理超管的消息
|
||||||
String fromWxid = innerData.getFromWxid();
|
String fromWxid = innerData.getFromWxid();
|
||||||
@@ -325,7 +327,8 @@ public class WxMessageConsumer {
|
|||||||
jdUtils.sendOrderToWxByOrderJD(msg.replace("京", ""),fromWxid);
|
jdUtils.sendOrderToWxByOrderJD(msg.replace("京", ""),fromWxid);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
logger.info("处理 sendOrderToWxByOrderDefault 消息");
|
|
||||||
|
logger.info("未命中前置指令,开始命中 Default 流程");
|
||||||
jdUtils.sendOrderToWxByOrderDefault(msg,fromWxid);
|
jdUtils.sendOrderToWxByOrderDefault(msg,fromWxid);
|
||||||
|
|
||||||
//else if (msg.startsWith("美团 ")) {
|
//else if (msg.startsWith("美团 ")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user