mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2025-03-13 09:50:10 +08:00
Update check_nickname.md
弃用检查昵称接口(该接口已弃用)
This commit is contained in:
parent
e5fbfed428
commit
5e16f1c41d
@ -1,6 +1,9 @@
|
||||
# 检查昵称是否可注册
|
||||
|
||||
## 检查昵称
|
||||
## ~~检查昵称(已失效)~~
|
||||
|
||||
<details>
|
||||
<summary>查看折叠内容</summary>
|
||||
|
||||
> https://passport.bilibili.com/web/generic/check/nickname
|
||||
|
||||
@ -131,3 +134,12 @@ curl -G 'https://passport.bilibili.com/web/generic/check/nickname' \
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
</details>
|
||||
|
||||
目前该接口无论参数,稳定返回:
|
||||
```json
|
||||
{
|
||||
"code": 0
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user