feat(REQ-3114) - 完善转发的逻辑

This commit is contained in:
wangli 2024-10-28 15:55:10 +08:00
parent c3ff0c1117
commit c2ea87f894

View File

@ -59,7 +59,7 @@ public class TransferToMQStrategy extends AbstractRobotHandleStrategy {
ThirdDingtalkConversation conversation = checkConversationExists(chatbotMessage);
if (Objects.isNull(conversation)) {
return SampleText.from("这里应该提示会话关联服务的用法 GroupRegisterKeywordProcessor");
return SampleText.from("当前群未关联后端服务,请@机器人发送“groupRegister”或“群注册”");
}
SampleMessageQueue messageQueue = SampleMessageQueue.from(conversation.getApplicationName(), getContent(chatbotMessage));