feat(lark):enable lark callback

This commit is contained in:
lipu
2025-02-11 21:37:07 +08:00
parent e89c6b68c9
commit 2c3fdb4fdc
4 changed files with 69 additions and 13 deletions

View File

@@ -252,6 +252,10 @@
"type": "string",
"default": "",
"description": "飞书的bot_name"
},
"port": {
"type": "integer",
"description": "设置监听的端口,开启callback event"
}
}
},