feat: add support for dingtalk

This commit is contained in:
wangcham
2025-02-13 03:47:45 -05:00
parent 6f32bf9621
commit 7dcc44b4fc
9 changed files with 459 additions and 3 deletions

View File

@@ -75,6 +75,14 @@
"AppID":"",
"host": "0.0.0.0",
"port": 2287
},
{
"adapter":"dingtalk",
"enable": false,
"client_id":"",
"client_secret":"",
"robot_code":"",
"robot_name":""
}
],
"track-function-calls": true,