bug fix
This commit is contained in:
@@ -289,7 +289,12 @@ public class WxMessageConsumer {
|
|||||||
logger.info("不是白名单群聊,不处理");
|
logger.info("不是白名单群聊,不处理");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (msg.startsWith("评")){
|
||||||
|
logger.info("消息以评开头,处理评价指令消息");
|
||||||
|
jdUtils.sendOrderToWxByOrderP(msg.replace("评", ""), fromWxid);
|
||||||
|
return;
|
||||||
|
|
||||||
|
}
|
||||||
if (msg.startsWith("拼")) {
|
if (msg.startsWith("拼")) {
|
||||||
logger.info("消息以拼开头,处理拼多多指令消息");
|
logger.info("消息以拼开头,处理拼多多指令消息");
|
||||||
jdUtils.sendOrderToWxByOrderPDD(msg.replace("拼", ""), fromWxid);
|
jdUtils.sendOrderToWxByOrderPDD(msg.replace("拼", ""), fromWxid);
|
||||||
|
|||||||
Reference in New Issue
Block a user