修复了密码登录中的部分错误

This commit is contained in:
Error063 2023-08-13 00:41:55 +08:00 committed by GitHub
parent bb852e33b0
commit 0cdb9af434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,6 +120,7 @@ _请求方式POST_
| 字段 | 类型 | 内容 | 备注 |
| ---- | ---- | ---- | ---- |
| mmt_key | str | 验证任务 | |
| account | str | 要登录的账户 | |
| password | str | 密码 | 要么使用RSA + Base64加密要么不加密公钥和示例代码见下 |
| is_crypto | bool | 是否被加密 | 如果加密了密码填true否则为false |