SocialSisterYi / bilibili-API-collect

哔哩哔哩-API收集整理【不断更新中....】
https://socialsisteryi.github.io/bilibili-API-collect/
Other
15.23k stars 1.73k forks source link

[新增/更新请求] 请求新增开播错误码60024 需要人脸认证 #1060

Closed xys20071111 closed 3 months ago

xys20071111 commented 4 months ago

提交前请确认

API 来源

Web 端(含 h5)

API 类型

REST

API 地址

https://socialsisteryi.github.io/bilibili-API-collect/docs/live/manage.html#%E5%BC%80%E5%A7%8B%E7%9B%B4%E6%92%AD

详情描述

具体信息

{
    "code": 60024,
    "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": "https://www.bilibili.com/blackboard/live/face-auth-middle.html?source_event=400&mid=用户mid",
        "need_face_auth": true,
        "service_source": "live-streaming",
        "rtmp_backup": null
    },
    "message": "目标分区需要人脸认证,请在关播时点击开播唤起人脸认证",
    "msg": "目标分区需要人脸认证,请在关播时点击开播唤起人脸认证"
}