revert call method to http post, add api handle

This commit is contained in:
Mix
2021-01-30 19:11:17 +08:00
parent 5b3ef53301
commit c82ceefc8b
4 changed files with 293 additions and 165 deletions

View File

@ -37,6 +37,7 @@ class PrivateSenderInfo(BaseModel):
class Event(BaseEvent):
self_id: int
type: str
@classmethod