feat: 添加日志输出以便调试
This commit is contained in:
parent
4932d6b8d6
commit
0d6e45370e
@ -91,6 +91,7 @@ const manageIdMsg = async (chatId: string) => {
|
||||
*/
|
||||
const manageCMDMsg = (body: LarkEvent.Data) => {
|
||||
const text = getMsgText(body);
|
||||
console.log("🚀 ~ manageCMDMsg ~ text:", text);
|
||||
const chatId = getChatId(body);
|
||||
if (text === "/id") {
|
||||
manageIdMsg(chatId);
|
||||
|
Loading…
x
Reference in New Issue
Block a user