From 0cdb9af434d71e0e7db189914ec2157a08970b8d Mon Sep 17 00:00:00 2001 From: Error063 Date: Sun, 13 Aug 2023 00:41:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E4=B8=AD=E7=9A=84=E9=83=A8=E5=88=86=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hoyolab/login/password.md | 1 + 1 file changed, 1 insertion(+) diff --git a/hoyolab/login/password.md b/hoyolab/login/password.md index 1c13c0a..2283757 100644 --- a/hoyolab/login/password.md +++ b/hoyolab/login/password.md @@ -120,6 +120,7 @@ _请求方式:POST_ | 字段 | 类型 | 内容 | 备注 | | ---- | ---- | ---- | ---- | +| mmt_key | str | 验证任务 | | | account | str | 要登录的账户 | | | password | str | 密码 | 要么使用RSA + Base64加密,要么不加密,公钥和示例代码见下 | | is_crypto | bool | 是否被加密 | 如果加密了密码填true,否则为false |