mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-13 21:34:43 +01:00
7 lines
96 B
Python
7 lines
96 B
Python
from pydantic import BaseModel
|
|
|
|
|
|
class ShieldVerifyBody(BaseModel):
|
|
token: str
|
|
uid: str
|