diff --git a/login/login_action/password.md b/login/login_action/password.md index b2b8d5e..9136bca 100644 --- a/login/login_action/password.md +++ b/login/login_action/password.md @@ -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 错误 | + + **示例:**