feat: add support for wecom customer service (#1304)

This commit is contained in:
Guanchao Wang
2025-04-16 15:02:01 +08:00
committed by GitHub
parent 2782c8cebe
commit 6e3514c0b2
6 changed files with 754 additions and 0 deletions

View File

@@ -103,6 +103,15 @@
"bot_token": "",
"signing_secret": "",
"port": 2288
},
{
"adapter": "wecomcs",
"enable": false,
"port": 2289,
"corpid": "",
"secret": "",
"token": "",
"EncodingAESKey": ""
}
],
"track-function-calls": true,