🐛 Update TikTok Web BaseRequestModel -> odinId
This commit is contained in:
parent
911d8bf086
commit
f79f67c4db
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ class BaseRequestModel(BaseModel):
|
|||
channel: str = "tiktok_web"
|
||||
cookie_enabled: str = "true"
|
||||
device_id: int = 7380187414842836523
|
||||
odinId: int = 7404669909585003563
|
||||
device_platform: str = "web_pc"
|
||||
focus_state: str = "true"
|
||||
from_page: str = "user"
|
||||
|
|
|
|||
Loading…
Reference in a new issue