修正了超链接的指向错误

This commit is contained in:
陈肇诺 2023-09-04 20:46:19 +08:00 committed by GitHub
parent a5795813c9
commit 467bf46337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,8 +146,8 @@ _请求方式POST_
| 字段 | 类型 | 内容 | 备注 |
| ---- | ---- | ---- | ---- |
| account | str | 要登录的账户 | 使用RSA + Base64加密加密方式[详见该页面](hoyolab/login/password_passport.md#%E8%8E%B7%E5%8F%96login-ticket) |
| password | str | 密码 | 使用RSA + Base64加密加密方式[详见该页面](hoyolab/login/password_passport.md.md#%E8%8E%B7%E5%8F%96login-ticket) |
| account | str | 要登录的账户 | 使用RSA + Base64加密加密方式[详见该页面](password_passport.md#%E8%8E%B7%E5%8F%96login-ticket) |
| password | str | 密码 | 使用RSA + Base64加密加密方式[详见该页面](password_passport.md.md#%E8%8E%B7%E5%8F%96login-ticket) |
**JSON返回**