docs: mark token as reserved parameter (not currently used)

This commit is contained in:
violettools
2026-01-23 13:37:10 +08:00
parent 42e2b7b75d
commit d21781e516

View File

@@ -59,7 +59,7 @@ class AsyncSession:
timeout: 默认超时时间(秒),默认 30
headers: 默认请求头
cookies: 默认 Cookies
token: CFspider Workers API token选填用于访问受保护的 Workers
token: 保留参数(当前未使用,预留给未来的访问控制功能
uuid: 保留参数无需填写AsyncSession 使用 /proxy API不需要 UUID
two_proxy: 双层代理地址,格式 host:port:user:pass仅支持 HTTP 请求)
**kwargs: 传递给 httpx.AsyncClient 的其他参数