mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2026-03-29 10:42:34 +02: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