mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-14 22:04:36 +01:00
Initial commit
This commit is contained in:
5
sdk_server/models/shield_verify_body.py
Normal file
5
sdk_server/models/shield_verify_body.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
class ShieldVerifyBody(BaseModel):
|
||||
token: str
|
||||
uid: str
|
||||
Reference in New Issue
Block a user