feat: add adapter for 微信公众号

This commit is contained in:
wangcham
2025-02-10 06:08:59 -05:00
parent 21e1acc4f5
commit 05c1fdaa9e
8 changed files with 500 additions and 4 deletions
-1
View File
@@ -154,7 +154,6 @@ class WecomeAdapter(adapter.MessageSourceAdapter):
message_converter: WecomMessageConverter = WecomMessageConverter()
event_converter: WecomEventConverter = WecomEventConverter()
config: dict
ap: app.Application
def __init__(self, config: dict, ap: app.Application):
self.config = config