Update login_notice.md (#159)

This commit is contained in:
进来对线! 2021-02-15 23:10:22 +08:00 committed by GitHub
parent 0f34dd8671
commit 22b80b914a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@
| 字段 | 类型 | 内容 | 备注 |
| ------- | ---- | -------- | --------------------------- |
| code | num | 返回值 | 0成功<br />-400请求错误 |
| code | num | 返回值 | 0成功<br />-101账号未登录<br />-400请求错误 |
| message | str | 错误信息 | 默认为0 |
| ttl | num | 1 | |
| data | obj | 信息本体 | |
@ -68,4 +68,4 @@ curl -G 'http://api.bilibili.com/x/safecenter/login_notice' \
}
```
</details>
</details>