mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-14 22:04:36 +01:00
feat: Implement dispatch encryption
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# sdkserver/models/risky_check.py
|
||||
|
||||
from pydantic import BaseModel
|
||||
from typing import Optional
|
||||
|
||||
|
||||
class DataScheme(BaseModel):
|
||||
id: str
|
||||
action: str
|
||||
geetest: Optional[object]
|
||||
|
||||
|
||||
class RiskyCheck(BaseModel):
|
||||
retcode: int
|
||||
message: str
|
||||
|
||||
Reference in New Issue
Block a user