bilibili-backup/app/service/live/xcaptcha/api/grpc/v1/api.captcha.md
2019-04-22 02:59:20 +00:00

865 B

创建验证码

GET http://api.live.bilibili.com/xlive/xcaptcha/v1/captcha/create

请求参数

参数名 必选 类型 描述
type integer
client_type string
height integer
width integer
uid integer
client_ip string
{
    "code": 0,
    "message": "ok",
    "data": {
        "type": 0,
        "geetest": {
            "gt": "",
            "challenge": ""
        },
        "image": {
            "tips": "",
            "token": "",
            "content": ""
        }
    }
}

GET http://api.live.bilibili.com/xlive/internal/xcaptcha/v1/captcha/verify

请求参数

参数名 必选 类型 描述
_anti string
uid integer
client_ip string
{
    "code": 0,
    "message": "ok",
    "data": {
    }
}