【A】在“鉴权与验证”中增加目录

【A】在“ID对照表”中增加“应用ID”
【A】在“鉴权与验证”增加新请求头字段`x-rpc-verify_key`
【F】修改“鉴权与验证”对于`x-rpc-app_id`的错误描述
This commit is contained in:
Kamisato-Ayaka-233 2023-08-25 21:10:47 +08:00
parent 603dcf1950
commit 603cd4c196

View File

@ -41,7 +41,7 @@
大多数API需要验证的请求头`x-rpc-app_version`、`x-rpc-client_type`、`x-rpc-device_id`、`X-Requested-With`、`Origin`、`Referer`、`Host`、`DS`、`User-Agent`。
少数API才需要验证的额外的请求头`x-rpc-device_fp`、`x-rpc-challenge`、`x-rpc-app_id`。
少数API才需要验证的额外的请求头`x-rpc-device_fp`、`x-rpc-challenge`、`x-rpc-app_id`、`x-rpc-verify_key`
可选请求头:`x-rpc-device_name`、`x-rpc-device_model`、`x-rpc-sys_version`、`x-rpc-channel`、`x-rpc-game_biz`。