价保
This commit is contained in:
@@ -124,11 +124,10 @@ public class WxMessageConsumer {
|
||||
return;
|
||||
}
|
||||
|
||||
if (("47484514467@chatroom".equals(fromWxid))) {
|
||||
logger.info("消息以评开头,处理评价指令消息");
|
||||
if (chatRoom_admin_pl.contains(fromWxid)) {
|
||||
logger.info("处理评价指令消息 {}" ,fromWxid);
|
||||
jdUtils.sendOrderToWxByOrderP(msg.trim(), fromWxid);
|
||||
}else {
|
||||
|
||||
logger.info("未命中前置指令,开始命中 Default 流程");
|
||||
jdUtils.sendOrderToWxByOrderDefault(msg, fromWxid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user