新增错误码 (#110)

This commit is contained in:
kebufu 2020-12-06 22:25:08 +08:00 committed by GitHub
parent d40125d0d7
commit 962d17bd54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@ curl 'http://passport.bilibili.com/web/generic/country/list'
| 字段 | 类型 | 内容 | 备注 |
| ------ | ---- | -------- | --------- |
| code | num | 返回值 | 0成功<br />-400请求错误<br />1002手机号格式错误<br />1015短信发送次数已达上限<br />1003验证码已经发送<br />2400登录秘钥错误<br />2406验证极验服务出错 |
| code | num | 返回值 | 0成功<br />-400请求错误<br />1002手机号格式错误<br />1015短信发送次数已达上限<br />1003验证码已经发送<br />1025该手机号在哔哩哔哩有过永久封禁记录无法再次注册或绑定新账号<br />2400登录秘钥错误<br />2406验证极验服务出错 |
| message | str | 错误信息 | 成功为"验证码短信已下发" |
**示例:**
@ -245,4 +245,4 @@ X-Cache-Webcdn: BYPASS from jd-sxhz-dx-w-01
```
</details>
</details>