Update user.md

直播签到接口下线
This commit is contained in:
空芽 2025-01-19 20:09:41 +08:00 committed by GitHub
parent 5e16f1c41d
commit 427df22771
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -181,7 +181,7 @@ $.ajax({
</details> </details>
## 直播签到 ## ~~直播签到(已下线)~~
> https://api.live.bilibili.com/xlive/web-ucenter/v1/sign/DoSign > https://api.live.bilibili.com/xlive/web-ucenter/v1/sign/DoSign
@ -200,6 +200,23 @@ _请求方式GET_
| message | str | 错误信息 | 默认为当日签到奖励内容 | | message | str | 错误信息 | 默认为当日签到奖励内容 |
| data | obj | 信息本体 | 默认为空 | | 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 > https://api.live.bilibili.com/xlive/web-ucenter/v1/sign/WebGetSignInfo