feat: add supports for wecom

This commit is contained in:
wangcham
2025-01-12 05:09:53 -05:00
parent fd30022065
commit 60d4f3d77c
19 changed files with 939 additions and 58 deletions

View File

@@ -24,6 +24,17 @@
"public_guild_messages",
"direct_message"
]
},
{
"adapter":"wecom",
"enable":false,
"host":"0.0.0.0",
"port":5001,
"corpid":"",
"secret":"",
"token":"",
"EncodingAESKey":"",
"contacts_secret":""
}
],
"track-function-calls": true,