mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2024-12-25 20:10:06 +08:00
添加开播状态码60013 (#1042)
使用西班牙身份证实名,可以开通直播间,但是不能开播。 ``` {"code":60013,"data":{"change":0,"status":"","try_time":"0000-00-00 00:00:00","room_type":0,"live_key":"","sub_session_key":"","rtmp":{"type":0,"addr":"","code":"","new_link":"","provider":""},"protocols":null,"notice":{"type":1,"status":0,"title":"","msg":"","button_text":"","button_url":""},"qr":"","need_face_auth":false,"service_source":"live-streaming","rtmp_backup":null},"message":"非常抱歉,您所在的地区受实名认证限制无法开播","msg":"非常抱歉,您所在的地区受实名认证限制无法开播"} ```
This commit is contained in:
parent
ea555aff78
commit
372ffffa45
@ -83,7 +83,7 @@ curl 'https://api.live.bilibili.com/room/v1/Room/update' \
|
||||
|
||||
| 字段 | 类型 | 内容 | 备注 |
|
||||
| ------- | ---- | -------- | ------------------------------------------------------------ |
|
||||
| code | num | 返回值 | 0:成功<br />65530:token错误(登录错误)<br />1:错误<br />60009:分区不存在<br />**(其他错误码有待补充)** |
|
||||
| code | num | 返回值 | 0:成功<br />65530:token错误(登录错误)<br />1:错误<br />60009:分区不存在<br />60013:非常抱歉,您所在的地区受实名认证限制无法开播<br />**(其他错误码有待补充)** |
|
||||
| msg | str | 错误信息 | 默认为空 |
|
||||
| message | str | 错误信息 | 默认为空 |
|
||||
| data | obj | 信息本体 | |
|
||||
|
Loading…
Reference in New Issue
Block a user