diff --git a/other/authentication.md b/other/authentication.md index 4bc96b2..3058c73 100644 --- a/other/authentication.md +++ b/other/authentication.md @@ -5,6 +5,7 @@ ## 米游社 大多数API需要验证的请求头:`x-rpc-app_version`、`x-rpc-client_type`、`x-rpc-sys_version`、`x-rpc-channel`、`x-rpc-device_id`、`x-rpc-device_fp`、`x-rpc-device_name`、`x-rpc-device_model`、`X-Requested-With`、`Origin`、`Referer`、`Host`、`DS`、`User-Agent`。 + 少数API才需要验证的额外的请求头:`x-rpc-page`、`x-rpc-challenge`。 - `x-rpc-app_version`:APP版本号,例如`2.44.1`。 @@ -74,5 +75,3 @@ else if 是国际服 { ### Cookie -登录账号后服务器设置的Cookie值。 -