mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2026-02-04 22:42:16 +01:00
7 lines
96 B
Python
7 lines
96 B
Python
from pydantic import BaseModel
|
|
|
|
|
|
class ShieldVerifyBody(BaseModel):
|
|
token: str
|
|
uid: str
|