Update authentication.md

This commit is contained in:
MoRanYue 2023-02-03 04:52:19 +08:00 committed by GitHub
parent d2c9ebd009
commit 58e069c75d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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值。