加入群聊
This commit is contained in:
@@ -248,16 +248,6 @@ private void handlePrivateMessage(WxMessage wxMessage) throws Exception {
|
||||
|
||||
String msg = innerData.getMsg();
|
||||
|
||||
|
||||
if (msg.startsWith("京")) {
|
||||
logger.info("消息以京开头,处理京东指令消息");
|
||||
jdUtils.sendOrderToWxByOrderJD(msg.replace("京", ""), fromWxid);
|
||||
return;
|
||||
} else {
|
||||
logger.info("消息不以京开头");
|
||||
}
|
||||
|
||||
logger.info("未命中前置指令,开始命中 Default 流程");
|
||||
jdUtils.sendOrderToWxByOrderDefault(msg, fromWxid);
|
||||
}
|
||||
private void handleGroupMessage (WxMessage wxMessage) {
|
||||
|
||||
Reference in New Issue
Block a user