feat: Implement dispatch encryption

This commit is contained in:
Naruse
2024-11-08 11:13:11 +08:00
parent 1928801460
commit a6d3b24387
8 changed files with 172 additions and 129 deletions

View File

@@ -1,13 +1,12 @@
# sdkserver/models/granter_login_body.py
from pydantic import BaseModel
from typing import Optional
class GranterLoginBodyData(BaseModel):
uid: str
guest: bool
token: str
class GranterLoginBody(BaseModel):
app_id: int
channel_id: int