feat: 支持qq-botpy

This commit is contained in:
RockChinQ
2024-02-07 23:21:32 +08:00
parent 71b54fd684
commit 12820e6c64
7 changed files with 412 additions and 14 deletions
+1
View File
@@ -34,6 +34,7 @@ class APIGroup(metaclass=abc.ABCMeta):
headers: dict = {},
**kwargs
):
self._runtime_info['account_id'] = "{}".format(self.ap.im_mgr.bot_account_id)
url = self.prefix + path
data = json.dumps(data)