Update password.md (#291)

This commit is contained in:
Colerar 2022-09-06 14:41:26 +08:00 committed by GitHub
parent 60847a83bb
commit f8d7864e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,10 +25,22 @@ web端密码登录流程
根对象:
| 字段 | 类型 | 内容 | 备注 |
| ---- | ---- | ------------ | ---------------- |
| hash | str | 密码校验盐值 | 有效时间为20s |
| key | str | RSA公钥 | **公钥为固定值** |
成功时:
| 字段 | 类型 | 内容 | 备注 |
|---------|-----|--------|-----------------|
| hash | str | 密码校验盐值 | 有效时间为20s |
| key | str | RSA公钥 | **公钥为固定值** |
失败时:
| 字段 | 类型 | 内容 | 备注 |
|---------|-----|--------|------------------|
| message | str | 错误消息| |
| ts | num | 时间戳 | |
| code | num | 返回值 | -3: App Sign 错误 |
**示例:**