From 603dcf1950e5835d9cff129bf10fb9b8699bd097 Mon Sep 17 00:00:00 2001 From: Kamisato-Ayaka-233 <2627706725@qq.com> Date: Fri, 25 Aug 2023 21:10:41 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90A=E3=80=91=E5=9C=A8=E2=80=9C=E9=89=B4?= =?UTF-8?q?=E6=9D=83=E4=B8=8E=E9=AA=8C=E8=AF=81=E2=80=9D=E4=B8=AD=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E7=9B=AE=E5=BD=95=20=E3=80=90A=E3=80=91=E5=9C=A8?= =?UTF-8?q?=E2=80=9CID=E5=AF=B9=E7=85=A7=E8=A1=A8=E2=80=9D=E4=B8=AD?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E2=80=9C=E5=BA=94=E7=94=A8ID=E2=80=9D=20?= =?UTF-8?q?=E3=80=90A=E3=80=91=E5=9C=A8=E2=80=9C=E9=89=B4=E6=9D=83?= =?UTF-8?q?=E4=B8=8E=E9=AA=8C=E8=AF=81=E2=80=9D=E5=A2=9E=E5=8A=A0=E6=96=B0?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E5=A4=B4=E5=AD=97=E6=AE=B5`x-rpc-verify=5Fke?= =?UTF-8?q?y`=20=E3=80=90F=E3=80=91=E4=BF=AE=E6=94=B9=E2=80=9C=E9=89=B4?= =?UTF-8?q?=E6=9D=83=E4=B8=8E=E9=AA=8C=E8=AF=81=E2=80=9D=E5=AF=B9=E4=BA=8E?= =?UTF-8?q?`x-rpc-app=5Fid`=E7=9A=84=E9=94=99=E8=AF=AF=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hoyolab/article/article.md | 1 + other/authentication.md | 47 +++++++++++++++++++++++++++++++------- other/id.md | 7 ++++++ 3 files changed, 47 insertions(+), 8 deletions(-) diff --git a/hoyolab/article/article.md b/hoyolab/article/article.md index 0413ccf..7882d1d 100644 --- a/hoyolab/article/article.md +++ b/hoyolab/article/article.md @@ -665,6 +665,7 @@ _请求方式:GET_ > _需要验证请求头_ 网页:`https://bbs-api.miyoushe.com/post/wapi/getPostFull` + 应用:`https://bbs-api.miyoushe.com/post/api/getPostFull` **参数:** diff --git a/other/authentication.md b/other/authentication.md index 4ba0ea1..096f7fb 100644 --- a/other/authentication.md +++ b/other/authentication.md @@ -1,7 +1,33 @@ # 鉴权 - [请求头](#请求头) + - [米游社](#hoyolab_header) + - [`x-rpc-app_version`](#x-rpc-app_version) + - [`x-rpc-client_type`](#x-rpc-client_type) + - [`x-rpc-sys_version`](#x-rpc-sys_version) + - [`x-rpc-channel`](#x-rpc-channel) + - [`x-rpc-device_name`](#x-rpc-device_name) + - [`x-rpc-device_model`](#x-rpc-device_model) + - [`x-rpc-device_fp`](#x-rpc-device_fp) + - [`x-rpc-app_id`](#x-rpc-app_id) + - [`x-rpc-verify_key`](#x-rpc-verify_key) + - [`x-rpc-device_id`](#x-rpc-device_id) + - [`X-Requested-With`](#x-requested-with) + - [`Origin`](#origin) + - [`Host`](#host) + - [`Referer`](#referer) + - [`User-Agent`](#user-agent) + - [`DS`](#ds) - [Cookie](#cookie) + - [米游社](#hoyolab_cookie) + - [LToken](#ltoken) + - [SToken](#stoken) + - [MiHoYo ID](#mihoyo-id) + - [Account ID](#account-id) + - [Login Ticket](#login-ticket) + - [Cookie Token](#cookie-token) + - [Game Token](#game-token) + - [Hk4e Token](#hk4e-token) --- @@ -11,7 +37,7 @@ ## 请求头 -### 米游社 +