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

XFEstudio/bilibili-API-collect

Update check_nickname.md

弃用检查昵称接口(该接口已弃用)

5e16f1c
空芽 <74719559+emptyBud@users.noreply.github.com>
提交于

代码差异

1 个文件 +13 -1
Modified docs/user/check_nickname.md +13 -1
@@ -1,6 +1,9 @@
1 1 # 检查昵称是否可注册
2 2
3 ## 检查昵称
3 ## ~~检查昵称(已失效)~~
4
5 <details>
6 <summary>查看折叠内容</summary>
4 7
5 8 > https://passport.bilibili.com/web/generic/check/nickname
6 9
@@ -131,3 +134,12 @@ curl -G 'https://passport.bilibili.com/web/generic/check/nickname' \
131 134 ```
132 135
133 136 </details>
137
138 </details>
139
140 目前该接口无论参数,稳定返回:
141 ```json
142 {
143 "code": 0
144 }
145 ```