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

@@ -129,7 +129,6 @@ class WecomClient():
self.access_token = await self.get_access_token(self.secret)
url = self.base_url+'/message/send?access_token='+self.access_token
async with httpx.AsyncClient() as client:
params={
"touser" : user_id,