XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/bilibili-API-collect

Update password.md (#291)

f8d7864
Colerar <62297254+Colerar@users.noreply.github.com>
提交于

代码差异

1 个文件 +16 -4
Modified login/login_action/password.md +16 -4
@@ -25,10 +25,22 @@ web端密码登录流程:
25 25
26 26 根对象:
27 27
28 | 字段 | 类型 | 内容 | 备注 |
29 | ---- | ---- | ------------ | ---------------- |
30 | hash | str | 密码校验盐值 | 有效时间为20s |
31 | key | str | RSA公钥 | **公钥为固定值** |
28 成功时:
29
30 | 字段 | 类型 | 内容 | 备注 |
31 |---------|-----|--------|-----------------|
32 | hash | str | 密码校验盐值 | 有效时间为20s |
33 | key | str | RSA公钥 | **公钥为固定值** |
34
35 失败时:
36
37 | 字段 | 类型 | 内容 | 备注 |
38 |---------|-----|--------|------------------|
39 | message | str | 错误消息| |
40 | ts | num | 时间戳 | |
41 | code | num | 返回值 | -3: App Sign 错误 |
42
43
32 44
33 45 **示例:**
34 46