Merge pull request #1185 from emptyBud/master

下线两个接口(“检查昵称是否可注册”和“直播间用户实用 API”的直播签到)
This commit is contained in:
z0z0r4 2025-03-08 23:15:36 +08:00 committed by GitHub
commit f38898c92b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 31 additions and 2 deletions

View File

@ -181,7 +181,7 @@ $.ajax({
</details>
## 直播签到
## ~~直播签到(已下线)~~
> https://api.live.bilibili.com/xlive/web-ucenter/v1/sign/DoSign
@ -200,6 +200,23 @@ _请求方式GET_
| message | str | 错误信息 | 默认为当日签到奖励内容 |
| data | obj | 信息本体 | 默认为空 |
(目前已下线)
<details>
<summary>查看响应示例(下线后):</summary>
```json
{
"code": 1,
"message": "签到活动已下线,无法使用。",
"ttl": 1,
"data": null
}
```
</details>
## 本月直播签到信息
> https://api.live.bilibili.com/xlive/web-ucenter/v1/sign/WebGetSignInfo

View File

@ -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
}
```